-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgroups.yaml
151 lines (134 loc) · 2.91 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
#Groups
AllLights:
name: All Lights
view: no
entities:
- light.bedroom_light
- light.dining_light
- light.hallway_light
- light.kitchen_light
- light.living_room_light
- light.garage_light
- light.lightstrip
InsideLights:
name: Inside Lights
view: no
entities:
- light.dining_light
- light.kitchen_light
- light.living_room_light
- light.hallway_light
- light.lightstrip
Automation:
name: Automation
entities:
- switch.amcrestlrmotion
- switch.amcrestgaragemotion
- switch.amcrestbackyardmotion
- switch.amcrestfrontyardmotion
Doors:
name: Doors
entities:
- sensor.kitchen_door
- sensor.central_door
- sensor.front_door
- sensor.back_garage_door
- cover.garage_door
MotionSensors:
name: Motion Sensors
entities:
- sensor.hallway_motion
- sensor.garage_motion
- sensor.kitchen_motion
- sensor.porch_motion
Cameras:
name: Cameras
entities:
- camera.living_room
- camera.garage
- camera.back_yard
- camera.front_yard
MediaPlayers:
name: Media Players
entities:
- media_player.scottsplex
- sensor.plex
- media_player.spotify
- media_player.scotts_chromecast
System:
name: System
entities:
- sensor.cpu_use
- sensor.disk_use_
- sensor.ram_free
- sensor.received_eth0
- sensor.sent_eth0
- sensor.last_boot
InputBooleans:
name: Input Booleans
entities:
- input_boolean.entry_lights
- input_boolean.door_notifications
- input_boolean.morning_lights
- input_boolean.alarm_set
Thermostat:
name: Thermostat
entities:
- climate.thermostat_cooling_1
- climate.thermostat_heating_1
- sensor.thermostat_battery
SmokeDetectors:
name: Smoke Detectors
entities:
- sensor.kitchen_smoke_detector
- sensor.kitchen_smoke_detector_battery
- sensor.garage_smoke_detector
- sensor.garage_smoke_detector_battery
- sensor.hallway_smoke_detector
- sensor.hallway_smoke_detector_battery
#Tabs
default_view:
view: yes
entities:
- group.alllights
- group.doors
- device_tracker.scott
- device_tracker.gabe
- device_tracker.mathia
- updater.updater
- group.motionsensors
- switch.noise_machine
- switch.vacuum
- sensor.hass_update_available
CameraView:
name: Cameras
view: yes
entities:
- group.cameras
MediaView:
name: Media
view: yes
entities:
- group.mediaplayers
ThermostatView:
name: Thermostat
view: yes
entities:
- group.thermostat
SmokeDetectorView:
name: Smoke Detectors
view: yes
entities:
- group.smokedetectors
AutomationView:
name: Automation
view: yes
entities:
- group.automation
- group.inputbooleans
- script.morning_alarm
SystemView:
name: System
view: yes
entities:
- group.system