forked from mcaminiti/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_boolean.yaml
161 lines (122 loc) · 3.45 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
##############################################################
## Input Boolean ##
##############################################################
alarm_tripped:
name: Alarm Tripped
initial: off
icon: mdi:shield-outline
vacation_mode:
name: Vacation Mode
icon: mdi:airplane
party_family_room:
name: Party Mode - Family Room
initial: off
icon: mdi:lightbulb-on
party_USER4_bedroom:
name: Party Mode - USER4 Bedroom
initial: off
icon: mdi:lightbulb-on
animate_outside:
name: Animate - Outside
initial: off
icon: mdi:lightbulb-on
USER2_wakeup:
name: USER2 Wakeup
icon: mdi:weather-sunset-up
USER3_wakeup:
name: USER3 Wakeup
icon: mdi:weather-sunset-up
USER4_wakeup:
name: USER4 Wakeup
icon: mdi:weather-sunset-up
all_wakeup:
name: All Wakeup
icon: mdi:weather-sunset-up
bedtime:
name: Bedtime
initial: off
icon: mdi:bed
blackhawks_mode:
name: Blackhawks Mode
initial: off
icon: mdi:hockey-sticks
blackhawks_goal:
name: Blackhawks Goal
initial: off
icon: mdi:hockey-sticks
cardinals_mode:
name: Cardinals Mode
initial: off
icon: mdi:baseball-bat
cardinals_score:
name: Cardinals Score
initial: off
icon: mdi:baseball-bat
red_sea_dosing:
name: Red Sea Dosing
icon: mdi:beaker-plus-outline
fish_fed_today:
name: Fish Fed Today
icon: mdi:fishbowl
biocube_feed_mode:
name: Biocube Feed Mode
icon: mdi:fishbowl
biocube_maintenance_mode:
name: Biocube Maintenance Mode
icon: mdi:fishbowl
garage_double_door_motor:
name: Double Door Garage Motor
icon: mdi:garage
##############################################################
## Disable - Input Booleans ##
##############################################################
disable_water_sensors:
name: Disable Water Sensors
icon: mdi:water-off
disable_laundry_notification:
name: Disable Laundry Notifications
icon: mdi:washing-machine
disable_doorbell:
name: Disable Doorbell
icon: mdi:bell-ring
disable_notifications:
name: Disable Notifications
icon: mdi:comment-text-outline
disable_weather_notifications:
name: Disable Weather Notifications
icon: mdi:weather-cloudy
disable_away_notifications:
name: Disable Away Notifications
icon: mdi:home-export-outline
disable_auto_garage:
name: Disable Auto Garage
icon: mdi:garage
##############################################################
## Alarms - Input Booleans ##
##############################################################
alarm_basement_water_sensor:
name: Alarm Basement Water Sensor
icon: mdi:bell-ring
##############################################################
## Tesla - Input Booleans ##
##############################################################
teslagreydrawer:
name: Tesla Gray Drawer
##############################################################
## Chores - Input Booleans ##
##############################################################
chore_dishwasher_unloaded:
name: Dishwasher Unloaded
icon: mdi:dishwasher
chore_USER4_bedroom_cleaned:
name: USER4 Bedroom Cleaned
icon: mdi:bed
chore_USER3_bedroom_cleaned:
name: USER3 Bedroom Cleaned
icon: mdi:bed
chore_USER4_bathroom_cleaned:
name: USER4 Bathroom Cleaned
icon: mdi:toilet
chore_USER3_bathroom_cleaned:
name: USER3 Bathroom Cleaned
icon: mdi:toilet