-
Notifications
You must be signed in to change notification settings - Fork 42
/
lovelace.yaml
229 lines (228 loc) · 7.24 KB
/
lovelace.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
### VERTICAL STACK CARD ###
type: vertical-stack
cards:
- entity: sensor.vacuum
type: custom:roomba-vacuum-card
- type: entities
entities:
- entities:
- entity: input_boolean.vacuum_schedule_1
name: Kitchen Clean (6am Daily)
- entity: input_boolean.vacuum_schedule_2
name: Apartment Clean (10am M/W/F)
head:
label: Cleaning Schedules
type: section
type: custom:fold-entity-row
- entities:
- input_boolean.vacuum_clean_kitchen
- input_boolean.vacuum_clean_entry
- input_boolean.vacuum_clean_hall
- input_boolean.vacuum_clean_living_room
- input_boolean.vacuum_clean_bathroom
- input_boolean.vacuum_clean_bedroom
- input_boolean.vacuum_clean_wardrobe
- input_boolean.vacuum_clean_master_ensuite
- input_boolean.vacuum_clean_master_passage
- input_boolean.vacuum_clean_master_bedroom
- input_boolean.vacuum_clean_table
- input_boolean.vacuum_clean_zone_fridge
- entity: automation.vacuum_clean_rooms
lock:
enabled: |-
[[[
if ((states['group.vacuum_rooms'].state == "on") && (states['sensor.vacuum'].state == "Ready"))
return false;
return true;
]]]
exemptions: []
name: Clean Rooms
styles:
card:
- height: 50px
tap_action:
action: call-service
service: automation.trigger
service_data:
entity_id: automation.vacuum_clean_rooms
type: custom:button-card
head:
label: Selective Room Cleaning
type: section
type: custom:fold-entity-row
- entities:
- style: |-
.text-divider {
padding: 0em;
margin: 0em;
} h2 {
font-size: 1em;
margin-block-start: 0em;
margin-block-end: 0em;
}
text: Clean
type: custom:text-divider-row
- color: '#40bf6a'
due: true
entity: sensor.vacuum_maint_clean_brushes
locale: en-au
severity:
- color: '#bfb540'
value: 0 days
- color: '#bf4060'
value: '-1 days'
style: |
ha-card {
padding: 2px;
--ha-card-box-shadow: 'none';
--paper-card-background-color: rgba(0, 0, 0, 0);
}
timeout: 10 days
title: Brushes
type: custom:check-button-card
- color: '#40bf6a'
due: true
entity: sensor.vacuum_maint_clean_contacts
locale: en-au
severity:
- color: '#bfb540'
value: 0 days
- color: '#bf4060'
value: '-3 days'
style: |
ha-card {
padding: 2px;
--ha-card-box-shadow: 'none';
--paper-card-background-color: rgba(0, 0, 0, 0);
}
timeout: 18 days
title: Contacts
type: custom:check-button-card
- color: '#40bf6a'
due: true
entity: sensor.vacuum_maint_clean_filter
locale: en-au
severity:
- color: '#bfb540'
value: 0 days
- color: '#bf4060'
value: '-10 days'
style: |
ha-card {
padding: 2px;
--ha-card-box-shadow: 'none';
--paper-card-background-color: rgba(0, 0, 0, 0);
}
timeout: 10 days
title: Filter
type: custom:check-button-card
- color: '#40bf6a'
due: true
entity: sensor.vacuum_maint_clean_wheel
locale: en-au
severity:
- color: '#bfb540'
value: 0 days
- color: '#bf4060'
value: '-3 days'
style: |
ha-card {
padding: 2px;
--ha-card-box-shadow: 'none';
--paper-card-background-color: rgba(0, 0, 0, 0);
}
timeout: 18 days
title: Wheel
type: custom:check-button-card
- color: '#40bf6a'
due: true
entity: sensor.vacuum_maint_clean_bin
locale: en-au
severity:
- color: '#bfb540'
value: 1 day
- color: '#bf4060'
value: '-2 days'
style: |
ha-card {
padding: 2px;
--ha-card-box-shadow: 'none';
--paper-card-background-color: rgba(0, 0, 0, 0);
}
timeout: 3 weeks
title: Bin
type: custom:check-button-card
- style: |-
.text-divider {
padding: 0em;
margin: 0em;
} h2 {
font-size: 1em;
margin-block-start: 0em;
margin-block-end: 0em;
}
text: Replace
type: custom:text-divider-row
- color: '#40bf6a'
due: true
entity: sensor.vacuum_maint_replace_brushes
locale: en-au
severity:
- color: '#bfb540'
value: 0 months
- color: '#bf4060'
value: '-4 months'
style: |
ha-card {
padding: 2px;
--ha-card-box-shadow: 'none';
--paper-card-background-color: rgba(0, 0, 0, 0);
}
timeout: 8 months
title: Brushes
type: custom:check-button-card
- color: '#40bf6a'
due: true
entity: sensor.vacuum_maint_replace_filter
locale: en-au
severity:
- color: '#bfb540'
value: 0 months
- color: '#bf4060'
value: '-1 months'
style: |
ha-card {
padding: 2px;
--ha-card-box-shadow: 'none';
--paper-card-background-color: rgba(0, 0, 0, 0);
}
timeout: 3 months
title: Filter
type: custom:check-button-card
- color: '#40bf6a'
due: true
entity: sensor.vacuum_maint_replace_wheel
locale: en-au
severity:
- color: '#bfb540'
value: 0 months
- color: '#bf4060'
value: '-4 months'
style: |
ha-card {
padding: 2px;
--ha-card-box-shadow: 'none';
--paper-card-background-color: rgba(0, 0, 0, 0);
}
timeout: 2 years
title: Wheel
type: custom:check-button-card
head:
label: Maintenance
type: section
type: custom:fold-entity-row
### PICTURE GLANCE CARD ###
aspect_ratio: 0%
camera_image: camera.roomba
entities: []
type: picture-glance