-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroups.yaml
More file actions
143 lines (122 loc) · 3.47 KB
/
groups.yaml
File metadata and controls
143 lines (122 loc) · 3.47 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
############################################################
# Views
############################################################
default_view:
view: yes
icon: mdi:home
entities:
- group.garage
- group.entraces_all
- group.kids_room_all
# - group.hallway_all
- group.basement_all
- group.outside_all
- light.front_entry_lights
- weather.dark_sky
mydefault_view:
name: Lights
view: yes
entities:
- group.lights_groups
############################################################
garage:
name: Garage
icon: mdi:garage
entities:
- cover.test
- sensor.garage_status
############################################################
# Summary Groups
############################################################
lights_groups:
name: Lights
entities:
- group.kids_room_lights
- group.hallway_lights
- group.basement_lights
- group.outside_lights
- group.front_entry_lights
############################################################
############################################################
# Kid's Room
############################################################
kids_room_all:
name: Kid's Room
entities:
- light.kids_room_light
- light.kids_closet_light
kids_room_lights:
name: Kid's Room Lights
entities:
- light.kids_room_light
- light.kids_closet_light
############################################################
############################################################
# Hallway
############################################################
#hallway_all:
# name: Hallway
# entities:
# - zwave.linear_wd500z1_wall_dimmer_switch_3
#
#hallway_lights:
# name: Hallway Lights
# entities:
# - zwave.linear_wd500z1_wall_dimmer_switch_3
############################################################
############################################################
# Basement
############################################################
basement_all:
name: Basement
entities:
- light.basement_stairs_light
basement_lights:
name: Basement Lights
entities:
- light.basement_stairs_light
############################################################
############################################################
# Outside
############################################################
outside_all:
name: Outside
entities:
- light.outside_flood_light__north
outside_lights:
name: Outside Lights
entities:
- light.outside_flood_light__north
############################################################
############################################################
# Entrances
############################################################
entraces_all:
name: Entrances
entities:
- lock.kwikset_touchpad_electronic_deadbolt_locked
############################################################
############################################################
# Front Entry
############################################################
#front_entry_all:
# name: Front Entry
# entities:
# - light.yeelight_entry_1
# - light.yeelight_entry_2
#
#front_entry_lights:
# name: Front Entry Lights
# entities:
# - light.yeelight_entry_1
# - light.yeelight_entry_2
############################################################
############################################################
# Weather
############################################################
weather:
name: Weather
view: yes
entities:
- weather.dark_sky
############################################################