-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinput_select.yaml
More file actions
44 lines (44 loc) · 836 Bytes
/
input_select.yaml
File metadata and controls
44 lines (44 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
hvac_fan_mode_main:
name: 'Fan Mode'
options:
- 'Auto'
- 'On'
initial: Auto
icon: mdi:fan
hvac_operation_mode_main:
name: 'Operating Mode'
options:
- 'Auto'
- 'Cool'
- 'Heat'
- 'Off'
initial: 'Off'
icon: mdi:settings
tts_endpoint_select:
name: 'TTS Endpoint Select'
options:
- 'All'
- 'basement'
- 'craft_room'
- 'den'
- 'living_room'
- 'master'
- 'nick'
- 'shannon'
initial: 'All'
icon: mdi:volume-high
holiday_selector:
name: 'Holiday Mode'
options:
- 'None'
- 'Halloween'
- 'Christmas'
- 'Veterans Day'
- 'Peace Officer Week'
- 'Fallen Firefighters'
- 'Independence Day'
- 'Valentine Day'
- 'St. Patrick Day'
- 'Memorial Day'
#initial: 'None'
icon: mdi:pine-tree