-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_select.yaml
More file actions
161 lines (148 loc) · 3.92 KB
/
input_select.yaml
File metadata and controls
161 lines (148 loc) · 3.92 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
---
washing_machine_status:
name: Washing Machine Status
options:
- Switched Off
- Powered Down
- Idle
- Wash
#- Running
#- Rinse / Spin
- Finishing
- Clean
initial: Powered Down
icon: mdi:washing-machine
dryer_status:
name: Dryer Status
options:
- Switched Off
- Powered Down
- Idle
- Drying
- Dry
initial: Powered Down
icon: mdi:tumble-dryer
dishwasher_status:
name: Dishwasher Status
options:
- Switched Off
- Powered Down
- Idle
- Washing
- Clean
initial: Powered Down
icon: mdi:dishwasher
shower_heater_status:
name: Shower Heater Status
options:
- Idle
- Light Only
- Max Power
- Low Power
- Power Off
initial: Power Off
main_media_status:
name: Main Media Status
options:
- Off
- HOT
- Chromecast
initial: Off
icon: mdi:television
master_bedroom_lights:
name: Master Bedroom Lights
options:
- 'All On'
- 'All Off'
- 'Main On'
- 'Hall On'
initial: 'All Off'
bathroom_lights:
name: Bathroom Lights
options:
- 'All On'
- 'All Off'
- 'Mirror and Wall On' # Unlikely combination - recess and wall are connected
- 'Recess and Wall On'
- 'Recess and Mirror On' # Unlikely combination - recess and wall are connected
- 'Mirror On'
- 'Recess On' # Unlikely combination - recess and wall are connected
- 'Wall On' # Unlikely combination - recess and wall are connected
initial: 'All Off'
shower_lights:
name: Shower Lights
options:
- 'All On'
- 'All Off'
- 'Main On'
- 'Wall On' # Unlikely combination - wall and mirror are connected
- 'Mirror On' # Unlikely combination - wall and mirror are connected
- 'Mirror and Wall On'
- 'Main and Wall On' # Unlikely combination - wall and mirror are connected
- 'Main and Mirror On' # Unlikely combination - wall and mirror are connected
initial: 'All Off'
mamad_lights:
name: Mamad Lights
options:
- 'All On'
- 'All Off'
initial: 'All Off'
kids_bedroom_lights:
name: Kids Bedroom Lights
options:
- 'All On'
- 'All Off'
initial: 'All Off'
storage_lights:
name: Storage Lights
options:
- 'All On'
- 'All Off'
initial: 'All Off'
closet_lights:
name: Closet Lights
options:
- 'All On'
- 'All Off'
initial: 'All Off'
living_room_lights:
name: Living Room Lights
options:
- 'All On'
- 'All Off'
- 'Cabinet' # L-D
- 'Stove' # L-I
- 'Peninsula' # L-J
- 'Curtain' # L-K
- 'Entry' # L-R
- 'Balcony' # L-W
- 'Cabinet, Stove' # L-DI
- 'Cabinet, Peninsula' # L-DJ
- 'Cabinet, Curtain' # L-DK
- 'Cabinet, Balcony' # L-DW
- 'Stove, Peninsula' # L-IJ
- 'Stove, Curtain' # L-IK
- 'Peninsula, Curtain' # L-JK
- 'Curtain, Entry' # L-KR
- 'Entry, Balcony' # L-RW
- 'Curtain, Balcony' # L-KW
- 'Cabinet, Stove, Peninsula' # L-DIJ
- 'Cabinet, Stove, Curtain' # L-DIK
- 'Cabinet, Entry, Balcony' # L-DRW
- 'Stove, Peninsula, Curtain' # L-IJK
- 'Stove, Peninsula, Entry' # L-IJR
- 'Peninsula, Curtain, Entry' # L-JKR
- 'Peninsula, Curtain, Balcony' # L-JKW
- 'Peninsula, Entry, Balcony' # L-JRW
- 'Curtain, Entry, Balcony' # L-KRW
- 'Cabinet, Stove, Peninsula, Balcony' # L-DIJW
- 'Cabinet, Peninsula, Entry, Balcony' # L-DJRW
- 'Stove, Peninsula, Curtain, Entry' # L-IJKR
- 'Stove, Peninsula, Curtain, Balcony' # L-IJKW
- 'Stove, Peninsula, Entry, Balcony' # L-IJRW
- 'Stove, Curtain, Entry, Balcony' # L-IKRW
- 'Cabinet, Stove, Peninsula, Curtain, Balcony' # L-DIJKW
- 'Cabinet, Stove, Peninsula, Entry, Balcony' # L-DIJRW
- 'Cabinet, Stove, Curtain, Entry, Balcony' # L-DIKRW
- 'Cabinet, Stove, Peninsula, Curtain, Entry, Balcony' # L-DIJKRW
initial: 'All Off'