-
Notifications
You must be signed in to change notification settings - Fork 0
/
groups.yaml
176 lines (155 loc) · 4.13 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
#################################################################
## Groups
#################################################################
### CARDS ###
modes:
name: Modes
control: hidden
entities:
- input_boolean.away_mode
- input_boolean.sleep_mode
downstairs_lights:
name: Downstairs Lights
entities:
- switch.living_room_ligh_switch_3_0
upstairs_lights:
name: Upstairs Lights
entities:
- switch.bedroom_light_switch_4_0
- light.master_bathroom_light_level_12_0
outside_lights:
name: Outside Lights
entities:
- switch.front_lights_switch_10_0
- switch.deck_light_switch_13_0
- switch.driveway_switch_11_0
downstairs_climate:
name: Downstairs Climate
control: hidden
entities:
- climate.downstairs_heating_1_9_1
- climate.downstairs_cooling_1_9_2
- sensor.downstairs_relative_humidity_9_5_3
- sensor.downstairs_battery_level_9_0
upstairs_climate:
name: Upstairs Climate
control: hidden
entities:
- climate.upstairs
- sensor.upstairs_thermostat_hvac_state
- sensor.upstairs_thermostat_humidity
- fan.bedroom_fan_level_8_0
- switch.humidifier_switch_5_0
irrigation:
name: Irrigation
control: hidden
entities:
- switch.front_strip
- switch.front_main
- switch.back_main
- switch.back_walkway
- switch.vegetable_garden
multisensor:
name: Multisensor
entities:
- binary_sensor.multisensor_sensor_14_0
- sensor.multisensor_alarm_level_14_1
- sensor.multisensor_alarm_type_14_0
- sensor.multisensor_burglar_14_10
- sensor.multisensor_luminance_14_3
- sensor.multisensor_relative_humidity_14_5
- sensor.multisensor_sourcenodeid_14_2
- sensor.multisensor_temperature_14_1
- sensor.multisensor_ultraviolet_14_27
travel_times:
name: Travel Times
entities:
- sensor.pat_to_home
- sensor.lina_to_home
- sensor.home_to_staten_island
- sensor.home_to_city
weather:
name: Weather
entities:
- sensor.pws_alerts
- sensor.pws_elevation
- sensor.pws_feelslike_f
- sensor.pws_heat_index_f
- sensor.pws_location
- sensor.pws_precip_today_in
- sensor.pws_relative_humidity
- sensor.pws_temp_f
- sensor.pws_weather
- sensor.pws_wind_mph
### DOWNSTAIRS VIEW ###
downstairs:
name: Downstairs
icon: mdi:arrow-down
view: yes
entities:
- group.downstairs_lights
- group.downstairs_climate
- media_player.living_room_home
### UPSTAIRS VIEW ###
upstairs:
name: Upstairs
icon: mdi:arrow-up
view: yes
entities:
- group.upstairs_lights
- group.upstairs_climate
- group.nest_protect
- media_player.bedroom_tv
- sensor.upstairs_thermostat_humidity
### OUTSIDE VIEW ###
outside:
name: Outside
icon: mdi:tree
view: yes
entities:
- sun.sun
- group.outside_lights
- group.irrigation
### DEVICES VIEW ###
locations:
name: Locations
icon: mdi:account-location
view: yes
entities:
- device_tracker.patphone_patphone
- device_tracker.linaphone_linaphone
- sensor.someone_home
- group.travel_times
### CAMERA VIEW ###
# camera_view:
# name: Cameras
# view: yes
# entities:
# - camera.gs5
### MEDIA VIEW ###
media_view:
name: Media
icon: mdi:cast
view: yes
entities:
- media_player.bedroom_tv
- media_player.living_room_home
- media_player.living_room_tv
- media_player.alis_room
- media_player.all_speakers
### WEATHER VIEW ###
weather_view:
name: Weather
icon: mdi:weather-partlycloudy
view: yes
entities:
- group.weather
### TOOLS VIEW ###
# tools_view:
# name: Tools
# icon: mdi:settings
# view: yes
# entities:
# - zwave
# - scripts
# - automations