-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
178 lines (176 loc) · 4.27 KB
/
ui-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
# This file was automatically generated by lovelace_migrate.py
# https://github.com/dale3h/python-lovelace
title: Home
views:
- title: Home
icon: mdi:home
cards:
- type: entities
show_header_toggle: false
title: Who is Home
entities:
- group.rasmus
- group.signe
- group.henning
- group.charlotte
- type: entities
title: Indoor lights
show_header_toggle: false
entities:
- group.kitchen
- group.livingroom
- group.bathroom
- group.toilet
- group.bedroom
- group.bryggers
- group.office
- group.room
- group.small_room
- group.foyer
- type: entities
title: Outdoor lights
show_header_toggle: false
entities:
- group.garden
- light.dor
- type: entities
title: all automations
show_header_toggle: false
entities:
# - group.all_automations
- automation.away_light_off
- automation.home_light_on
- automation.turn_on_garden_lights
- automation.turn_off_garden_lights
- automation.door_light_on
- automation.door_light_off
- type: entities
title: Pi-Hole
show_header_toggle: false
entities:
- sensor.pi_hole_ads_blocked_today
- sensor.pi_hole_dns_queries_today
- sensor.pi_hole_dns_unique_clients
- title: "Køkken"
path: kitchen
icon: mdi:pot-mix
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.kkken_1
- light.kkken_2
- light.kkken_3
- light.kkken_spot_1
- light.kkken_spot_2
- light.kkken_spot_3
- title: "Gang"
path: gang
icon: mdi:door
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.kaelder
- light.repo
- light.gang
- title: Stue
path: living_room
icon: mdi:sofa
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.stue_stander_2
- light.stue_vindue
- type: media-control
entity: media_player.chromecast0036
- title: Toilet
path: toilet
icon: mdi:toilet
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.toilet_1_2
- light.toilet_2_2
- title: "Badeværelse"
path: bathroom
icon: mdi:shower-head
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.toilet_1
- light.toilet_2
- light.toilet_3
- light.toilet_4
- light.toilet_5
- light.toilet_6
- title: Kontor
path: office
icon: mdi:desktop-classic
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.kontor
- title: Bryggers
path: bryggers
icon: mdi:washing-machine
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.bryggers_1
- title: "Soveværelse"
path: bedroom
icon: mdi:bed-empty
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.sovevrelse
- title: "Værelse"
path: room
icon: mdi:pig
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.vaerelse_1
- light.vaerelse_2
- light.vaerelse_3
- title: "Lille værelse"
path: small_room
icon: mdi:baby-buggy
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.lille_vaerelse_1
- light.lille_vaerelse_2
- light.lille_vaerelse_3
- title: "Have"
path: garden
icon: mdi:tree
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.have_1
- light.have_2
- light.have_3
- light.have_4
- light.have_5