-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroups.yaml
More file actions
executable file
·189 lines (171 loc) · 4.16 KB
/
groups.yaml
File metadata and controls
executable file
·189 lines (171 loc) · 4.16 KB
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
#
# Learn more at https://www.home-assistant.io/components/group/
#
################################################
## VIEWS ##
################################################
_Home Home:
# name: Default
view: yes
icon: mdi:home
entities:
- updater.updater
- group.weather
- group.outside_devices
- group.den
- group.master_bedroom
- group.stocks
- group.traffic
- group.garage
traffic_view:
name: Traffic
view: yes
icon: mdi:car
entities:
- group.traffic_info
- group.garage
- camera.weather_radar
birthday_view:
name: Birthdays
view: yes
icon: mdi:cake-layered
entities:
- group.birthday_info
stocks_view:
name: Stocks
icon: mdi:currency-usd
view: yes
entities:
- sensor.hclp
- sensor.fmsa
- sensor.slca
- sensor.clf
christmas lights:
name: Christmas
view: yes
icon: mdi:candycane
entities:
- switch.candles
- switch.christmas_lights_inside
- switch.christmas_lights_outside
- switch.christmas_tree_top
- switch.christmas_tree_bot
- switch.front_door_xmas_spot_light
- switch.candle_master_br_bot
- switch.candle_master_br_top
- light.fireplace_xmas_lights
- light.candle_dining_room
- light.candle_upstairs_bedroom
- light.candle_upstairs_bathroom
system_view:
name: System
view: yes
icon: mdi:laptop-windows
entities:
- group.system_info
internet_view:
name: Internet
view: yes
entities:
- group.internet_test
- sensor.speedtest_download
- sensor.speedtest_upload
automation_view:
name: Automation
view: yes
entities:
- automation.hass_start
- automation.update_notification
- automation.backyard_light_timer
# - group.all_automations
- script.reload_hass_config
- script.restart_hass
################################################
## GROUPS ##
################################################
garage:
name: Garage
entities:
- cover.subaru
- sensor.garage_status
- sensor.garage_car_present
weather:
name: Weather
view: no
entities:
- sensor.pws_weather
- sensor.pollen_level
- sensor.allergy_index_forecasted_average_2
- sensor.allergy_index_historical_average_2
- sensor.owm_condition
- sensor.owm_temperature
- sensor.owm_humidity
- sensor.owm_wind_speed
- sensor.owm_rain
- sun.sun
# - sensor.pws_temp_f
# - sensor.pws_relative_humidity
# - sensor.pws_feelslike_f
# - sensor.pws_wind_mph
# - sensor.pws_precip_today_in
# - sensor.pws_alerts
# - sensor.pws_alerts
# - sensor.pws_heat_index_f
# - sensor.pws_heat_index_string
# - sensor.pws_weather_2d
# - sensor.pws_weather_2n
# - sensor.pws_observation_time
# - sensor.pws_station_id
# - sensor.pws_solarradiation
Traffic Info:
entities:
- sensor.home_to_bvsl
- sensor.bvsl_to_home
Internet Test:
name: Internet
entities:
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload
System Info:
entities:
- sensor.ha_uptime
- sensor.processor_use
- sensor.disk_use_percent
- sensor.memory_use_percent
- sensor.load_1m
- sensor.load_5m
- sensor.load_15m
- sensor.cpu_temp
- sensor.installed_ha_version
- sensor.current_ha_release
outside devices:
name: Outside
view: no
entities:
- binary_sensor.back_doorsensor
- binary_sensor.back_doorduskdawn
- binary_sensor.back_doorlow_bat
- switch.front_door_light
- switch.back_door_lights
- switch.back_yard_lights
- switch.garage_light
- switch.outside_lights
master bedroom:
name: Master Bedroom
view: no
entities:
- switch.master_bedroom_table_lamp
den:
name: Den
view: no
entities:
- switch.den_table_lamp_tv
- switch.den_table_lamp_stairs
Birthday Info:
entities:
- sensor.anniversary_countdown
- sensor.birthday_countdown_mike
- sensor.birthday_countdown_laura
- sensor.birthday_countdown_steven
- sensor.birthday_countdown_julie