-
Notifications
You must be signed in to change notification settings - Fork 0
/
groups.yaml
195 lines (192 loc) · 4.47 KB
/
groups.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
#default_view:
# view: yes
# icon: mdi:home
# entities:
# - group.all_switches
# - group.all_lights
default_view:
view: yes
icon: mdi:home
name: Home
entities:
- sensor.pws_weather
- sensor.pws_temp_c
- sensor.pws_precip_today_metric
- sensor.pws_alerts
- sensor.pws_weather_1d_metric
- sensor.pws_weather_1n_metric
- sensor.pws_weather_2d_metric
- sensor.pws_weather_2n_metric
- camera.porch
- history_graph.power_generatedconsumed
- group.inside_lights
- group.outside_lights
- group.air_quality
- media_player.spotify
- group.local_weather
- camera.office_camera
- camera.weather_radar
automations:
view: yes
name: Automations
entities:
- automation.cinema_room_lighting_scene_when_playing_a_movie
- automation.cinema_room_lighting_scene_when_stopped_playing_a_movie
- automation.flash_patio_lights_when_porch_movment_detected
- automation.turn_off_porch_lights_10_minutes_after_last_movement
- automation.turn_on_porch_lights_when_movement_after_sunset
- automation.update_notifications
media:
view: yes
name: Media
entities:
- media_player.cinema_kodi
- media_player.soundbar
- media_player.kitchenplayroom
- media_player.bedroom_speaker
- media_player.spotify
- media_player.tv
- media_player.tv_kodi
- media_player.sony_amp_strdn860
tv_room_scenes:
name: TV room lighting scenes
entities:
- scene.green_tv
- scene.orange_tv_room
- scene.red_tv_room
- scene.tv_room_yellowpurple
cinema_room_scenes:
name: Cinema room lighting scenes
entities:
- scene.movie_lighting
- scene.orange_cinema
- scene.purple_cinema
tv_room_lights:
name: TV room lights
entities:
- light.tv_light
- light.blue_lamp
- group.tv_room_scenes
cinema_room_lights:
name: Cinema room lights
entities:
- light.cinema_room_left
- light.cinema_room_right
- group.cinema_room_scenes
patio_lights:
name: Patio lights
entities:
- light.patio1
- light.patio2
- light.patio3
- light.patio4
- light.unnamed_device
- light.patio5
- light.patio6
- light.patio7
- light.patio8
porch_lights:
name: Porch Lights
entities:
- light.blue_lamp_2 # Porch Right
- light.lifx_d073d5310436 # Porch Left
driveway_lights:
name: Driveway
entities:
- light.drive_left
- light.lifx_d073d53086ba # Drive Middle
- light.drive_right
outside_lights:
name: Outside lights
entities:
- switch.garden_lights
- group.patio_lights
- group.porch_lights
- group.driveway_lights
inside_lights:
name: Inside lights
entities:
- group.tv_room_lights
- group.cinema_room_lights
lights:
view: yes
name: Lights
entities:
- switch.garden_lights
- group.cinema_room_lights
- group.tv_room_lights
- group.driveway_lights
- group.porch_lights
irrigation_programs:
name: Irrigation Programs
control: hidden
entities:
- switch.program_borders
- switch.program_front_lawns
- switch.program_rear_lawns
irrigation_zones:
name: Irrigation Zones
control: hidden
entities:
- switch.zone_back_border
- switch.zone_back_lawn_left
- switch.zone_back_lawn_right
- switch.zone_bottom_front_lawn
- switch.zone_front_borders
- switch.zone_nature_strip
- switch.zone_top_front_lawn
irrigation:
view: yes
name: Irrigation
control: hidden
entities:
- group.irrigation_programs
- group.irrigation_zones
weather:
view: false
name: Weather
entities:
- sensor.pws_weather
- sensor.pws_temp_c
- sensor.pws_precip_today_metric
## - sensor.pws_precip_1d_mm
- sensor.pws_alerts
- sensor.pws_weather_1d_metric
- sensor.pws_weather_1n_metric
- sensor.pws_weather_2d_metric
- sensor.pws_weather_2n_metric
local_weather:
view: yes
name: Local Weather
entities:
- group.weather
- camera.weather_radar
downloads:
view: yes
name: Downloads
entities:
- group.sabnzbd
- group.sonarr
sabnzbd:
name: Sabnzbd
entities:
- sensor.sabnzbd_disk_free
- sensor.sabnzbd_left
- sensor.sabnzbd_queue
- sensor.sabnzbd_speed
- sensor.sabnzbd_status
sonarr:
name: Sonarr
entities:
- sensor.sonarr_upcoming
- sensor.sonarr_queue
- sensor.sonarr_wanted
air_quality:
name: Air Purifier
entities:
- fan.lounge
- sensor.lounge_air_quality
- sensor.lounge_dust
- sensor.lounge_filter_life
- sensor.lounge_humidity
- sensor.lounge_temperature