forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_boolean.yaml
207 lines (156 loc) · 3.95 KB
/
input_boolean.yaml
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
##############################################################
## Input Boolean ##
##############################################################
disable_lock_unlock_doors:
name: Disable Lock Automation
icon: mdi:lock-plus
disable_occupancy:
name: Disable Occupancy Automation
icon: mdi:eye-off
disable_interior_lights_sunset:
name: Disable Interior Lights On at Sunset
icon: mdi:weather-sunset-down
disable_rainy_day:
name: Disable Weather Automation
icon: mdi:water-off
disable_media_lights:
name: Disable Media Lighting Automation
icon: mdi:filmstrip-off
disable_exterior_off_night:
name: Disable Exterior Lights Off at Night
icon: mdi:weather-night
disable_exterior_on_sunset:
name: Disable Exterior Lights On at Sunset
icon: mdi:weather-sunset-down
disable_home_away:
name: Disable Location Automation
icon: mdi:map-marker-off
disable_door_open_lights_on:
name: Disable Door Automation
icon: mdi:door
disable_notifications:
name: Disable Notifications
icon: mdi:comment-text-outline
disable_doorbell:
name: Disable Doorbell Automation
icon: mdi:bell-off
disable_auto_garage:
name: Disable Garage Automation
icon: mdi:garage-alert
livingroom_rainbow:
name: Living Room Random Color
icon: mdi:palette
office_rainbow:
name: Office Random Color
icon: mdi:palette
front_porch_rainbow:
name: Front Porch Random Color
icon: mdi:palette
bedroom_rainbow:
name: Bedroom Random Color
icon: mdi:palette
panic_mode:
name: Panic Mode
initial: off
icon: mdi:shield-outline
thermostat_away:
name: Thermostat Away Mode
icon: mdi:run
vacation_mode:
name: Vacation Mode
icon: mdi:airplane
USER2_away:
name: USER2 Away
icon: mdi:walk
USER1_away:
name: USER1 Away
icon: mdi:walk
bedtime:
name: Bedtime
initial: off
icon: mdi:hotel
USER1_away_driving:
name: USER1 Away Driving
icon: mdi:car
USER2_away_driving:
name: USER2 Away Driving
icon: mdi:car
garage_door:
name: Garage Door
USER2_home:
name: Manually set USER2 Home
initial: off
icon: mdi:home-map-marker
USER1_home:
name: Manually set USER1 Home
initial: off
icon: mdi:home-map-marker
manual_USER2_away:
name: Manually set USER2 Away
initial: off
icon: mdi:map-marker-minus
manual_USER1_away:
name: Manually set USER1 Away
initial: off
icon: mdi:map-marker-minus
interior_holiday:
name: Interior Holiday Lighting
icon: mdi:gift
USER1_greeting:
name: USER1 Greeting Enabled
USER2_greeting:
name: USER2 Greeting Enabled
guest_mode:
name: Guest Mode
icon: mdi:human-male-female
house_guest_away:
name: House Guest Away
icon: mdi:human-male-female
disable_water_automations:
name: Disable Water Automation
icon: mdi:water-off
watching_plex:
name: Watching Plex
pop_music:
name: Play Pop Music
icon: mdi:music
classical_music:
name: Play Classical Music
icon: mdi:music
jazz_music:
name: Play Jazz Music
icon: mdi:music
chill_music:
name: Play Chill Music
icon: mdi:music
electronic_music:
name: Play Electronic Music
icon: mdi:music
group_all_sonos:
name: Play on all Speakers
icon: mdi:speaker
bedroom_tv:
name: Bedroom TV On
office_tv:
name: Office TV On
disable_smoke_alarm:
name: Disable Smoke Alarm
icon: mdi:fire-truck
disable_roomba:
name: Disable Roomba Automation
icon: mdi:robot-vacuum
disable_motion:
name: Disable Motion Automation
icon: mdi:motion-sensor
disable_climate:
name: Disable Climate Automation
icon: mdi:thermostat-box
spring_fall_mode:
name: Spring / Fall Mode
icon: mdi:leaf
upstairs_roomba_ran:
name: Upstairs Roomba Ran
icon: mdi:robot-vacuum
downstairs_roomba_ran:
name: Downstairs Roomba Ran
icon: mdi:robot-vacuum