-
Notifications
You must be signed in to change notification settings - Fork 4
/
groups.yaml
132 lines (125 loc) · 3.65 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
#default_view:
# view: yes
# icon: mdi:home
# entities:
# - group.kitchen
# - group.livingroom
# - group.upstairs
livingroom:
name: Livingroom
entities:
- light.kitchen
- group.livingroom_group
upstairs:
name: Upstairs
entities:
- group.bathroom_group
bathroom:
name: bathroom
icon: mdi:shower
entities:
- group.bathroom_group
kitchen:
name: Kitchen
entities:
- light.0x000b57fffee6d100_light
- light.0x90fd9ffffe71aa29_light
bathroom_group:
name: "Bathroom lights"
entities:
- light.0x90fd9ffffe08e345_light
- light.0x90fd9ffffe6d296e_light
- light.0x000b57fffec2a885_light
livingroom_group:
name: Livingroom_group
entities:
- light.livingroom_couch_light_light
- light.0x90fd9ffffe00ef0c_light
- light.livingroom_diner_table_light_light
- switch.livingroom_window_switch_switch
- switch.fireplace_basic_relay
- light.wled
# - light.livingroom_red_light_light
- switch.sonoff_basic_relay
motion:
name: motion
entities:
- binary_sensor.door_window_sensor_158d0002133b59
- binary_sensor.door_window_sensor_158d0002254443
- binary_sensor.motion_sensor_158d0001a92381
- binary_sensor.motion_sensor_158d0001e55662
- binary_sensor.motion_sensor_158d0001e56350
- sensor.illumination_158d0001e55662
Climate_temp:
name: "Climate Temperature"
entities:
- sensor.basement_temperature
- sensor.temperature_158d00022c9653
- sensor.temperature_158d00022b6766
- sensor.temperature_158d00022cc752
Climate_hum:
name: "Climate Humidity"
entities:
- sensor.basement_humidity
- sensor.humidity_158d00022c9653
- sensor.humidity_158d00022b6766
- sensor.humidity_158d00022cc752
Weather:
name: Weather
entities:
- sensor.pws_weather
- sensor.pws_alerts
- sensor.pws_feelslike_c
- sensor.pws_temp_c
- sensor.pws_uv
bedroom_lights:
name: "Bedroom lights"
entities:
- light.0xccccccfffe2c31f7_light
- light.0xccccccfffec13e57_light
office_lights:
name: "Office lights"
entities:
- light.0x90fd9ffffe353e1f_light
- light.0x90fd9ffffe35b677_light
kitchenspots:
name: Kitchenspots
entities:
- light.0x90fd9ffffe71aa29_light
- light.0x000b57fffee6d100_light
upstairs_spots:
name: upstairspots
entities:
- light.0x90fd9ffffe3490c2_light
- light.0x90fd9ffffe08e2a7_light
hallway:
name: hallway
entities:
- light.0x000b57fffed62b55_light
- switch.staircase_window_light_relay
- light.0x90fd9ffffe6e9514_light
meter_readings:
name: "Meter readings"
entities:
- sensor.power_consumption_low
- sensor.power_consumption_normal
- sensor.power_production_low
- sensor.power_production_normal
- sensor.gas_consumption
outside_doors:
name: "outside doors"
entities:
- binary_sensor.back_hallway_outside_door_sensor_contact
- binary_sensor.bedroom_outside_door_sensor_contact
- binary_sensor.garage_garden_door_sensor_contact
- binary_sensor.garage_outside_door_sensor_contact
- binary_sensor.0x00158d0003eef6c2_contact
- binary_sensor.basement_window_sensor_contact
outside_windows:
name: "windows"
entities:
- binary_sensor.livingroom_fireplace_window_sensor_contact
- binary_sensor.bathroom_window_sensor_contact
- binary_sensor.bedroom_window_door_sensor_contact
- binary_sensor.office_window_sensor_contact
- binary_sensor.basement_window_sensor_contact