-
Notifications
You must be signed in to change notification settings - Fork 3
/
groups.yaml
executable file
·169 lines (169 loc) · 4.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
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
presence:
name: Presence
control: hidden
entities:
- binary_sensor.presence
- binary_sensor.phone_presence
- binary_sensor.homekit_presence
- binary_sensor.car_presence
- binary_sensor.motion_presence
- binary_sensor.bayesian_presence
- sensor.bayesian_presence_probability
- sensor.bluetooth_presence_probability
- sensor.upstairs_presence
- sensor.main_floor_presence
controls:
name: Controls
control: hidden
entities:
- input_boolean.away_mode
- input_boolean.guest_mode
- script.bedtime
main_lights:
name: Main Lights
entities:
- light.kitchen_lights_level
- light.track_lights_level
- light.living_room
- light.kitchen
- light.kitchen_accent
- light.wled_tower
all_house_lights:
name: All House Lights
entities:
- light.bedroom
- light.kitchen_lights_level
- light.track_lights_level
- light.living_room
- light.kitchen
- light.dining_room_accent
- light.dining_room_light_level
- light.entry_lights_level
- light.kitchen_accent
#- light.main_floor_can_1
#- light.main_floor_can_2
- light.night_light_1_led
- light.wled_tower
environment:
name: Environment
entities:
- climate.living_room_nest
- binary_sensor.jq_nest_away
- sensor.jq_nest_eta
- input_number.bedtime_temperature
- sensor.living_room_thermostat_nest_humidity
- sensor.living_room_thermostat_nest_hvac_state
- sensor.living_room_thermostat_nest_temperature
- sensor.upstairs_nest_protect_color_status
- sensor.upstairs_nest_protect_co_status
- sensor.upstairs_nest_protect_smoke_status
system:
name: System
entities:
- binary_sensor.updater
- sensor.uptime
- sensor.uptime_minutes
- sensor.processor_use
- sensor.memory_use_percent
- sensor.fast_com_download
- binary_sensor.internet_connection
#- sensor.transmission_status
#- sensor.transmission_up_speed
#- sensor.transmission_down_speed
#- switch.transmission_turtle_mode
outside:
name: Outside
entities:
- sun.sun
- sensor.moon
- sensor.dark_sky_temperature
- sensor.dark_sky_summary
- sensor.dark_sky_summary_0d
- sensor.dark_sky_hourly_summary
- sensor.dark_sky_daytime_high_temperature_0d
- sensor.dark_sky_overnight_low_temperature_0d
- sensor.u_s_air_pollution_level
- sensor.u_s_air_quality_index
- sensor.u_s_main_pollutant
3dprinter1:
name: Prusa 3D Printer
entities:
- camera.prusa_camera
- sensor.prusa_current_state
- sensor.prusa_job_percentage
- sensor.prusa_target_bed_temp
- sensor.prusa_actual_bed_temp
- sensor.prusa_target_tool0_temp
- sensor.prusa_actual_tool0_temp
- binary_sensor.prusa_printing
- binary_sensor.prusa_printing_error
- switch.3dprinter_light
3dprinter2:
name: Ender 3D Printer
entities:
- camera.ender_camera
- sensor.ender_current_state
- sensor.ender_job_percentage
- sensor.ender_target_bed_temp
- sensor.ender_actual_bed_temp
- sensor.ender_target_tool0_temp
- sensor.ender_actual_tool0_temp
- binary_sensor.ender_printing
- binary_sensor.ender_printing_error
battery_levels:
name: Battery Levels
control: hidden
entities:
- sensor.battery_entry_motion
- sensor.battery_stairs_motion
- sensor.battery_shop_lights_switch
device_status:
name: Device Status
control: hidden
entities:
- binary_sensor.garage_presence_sensor_status
- binary_sensor.bedroom_multisensor_status
- binary_sensor.master_blinds_status
- binary_sensor.kitchen_multisensor_status
- binary_sensor.dining_motion_sensor_status
- binary_sensor.shop_multisensor_status
- binary_sensor.alarm_controller_status
- binary_sensor.living_hasp_connected
- binary_sensor.master_hasp_connected
motion_sensors:
name: Motion Sensors
control: hidden
entities:
- binary_sensor.kitchen_motion
- binary_sensor.dining_motion
- binary_sensor.stairs_motion_sensor
- binary_sensor.bedroom_motion
- binary_sensor.entry_motion_sensor
- binary_sensor.shop_motion
bedroom_sensor:
name: Bedroom Sensor
entities:
- sensor.bedroom_temperature
- sensor.bedroom_humidity
- sensor.bedroom_brightness
kitchen_sensor:
name: Kitchen Sensor
entities:
- sensor.kitchen_temperature
- sensor.kitchen_humidity
- sensor.kitchen_brightness
shop_sensor:
name: Shop Sensor
entities:
- sensor.shop_temperature
- sensor.shop_humidity
- sensor.shop_brightness
switchplate_backlights:
name: Switchplate Backlights
entities:
- light.living_hasp_backlight
- light.master_hasp_backlight
garage_lights:
name: Garage Lights
entities:
- switch.shop_lights