forked from keatontaylor/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
135 lines (114 loc) · 3.17 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
#################################################################
## Groups (Default View)
#################################################################
default_view:
view: yes
entities:
- group.all_lifx_lights
- group.weather
- group.kitchen_sensors
- group.bedroom_sensors
Weather:
entities:
- sensor.dark_sky_summary
- sensor.dark_sky_temperature
- sensor.dark_sky_apparent_temperature
- sensor.dark_sky_wind_speed
- sensor.dark_sky_humidity
Kitchen Sensors:
entities:
- sensor.fibaro_system_fgms001_motion_sensor_luminance_2_3
- sensor.fibaro_system_fgms001_motion_sensor_temperature_2_1
- sensor.kitchen_motion
Bedroom Sensors:
- sensor.aeotec_zw100_multisensor_6_luminance_3_3
- sensor.aeotec_zw100_multisensor_6_temperature_3_1
- sensor.aeotec_zw100_multisensor_6_relative_humidity_3_5
- sensor.closet_motion
All LifX Lights:
entities:
- light.kitchen_light
- light.livingroom_main
- light.livingroom_lamp
- light.bedroom_lamp
- light.livingroom_entry
- light.closet
#################################################################
## Groups (Network View)
#################################################################
Network:
view: yes
entities:
- group.network_status
- group.server_ups
- group.network_devices
Server UPS:
entities:
- sensor.ups_status
- sensor.ups_load
- sensor.ups_battery
- sensor.ups_input_voltage
- sensor.ups_nominal_input_voltage
- sensor.ups_nominal_output_power
- sensor.ups_time_left
- sensor.ups_time_on_battery
- sensor.ups_transfer_count
Network Status:
entities:
- sensor.download_speed_mean
- sensor.upload_speed_mean
- sensor.ping_time_mean
Network Devices:
entities:
- sensor.router
- sensor.wireless
- sensor.printer
- sensor.bedroom_echo_dot
- sensor.livingroom_echo_dot
- sensor.bedroom_switch_esp8266
- sensor.main_switch_esp8266
- sensor.roku
#################################################################
## Groups (Media View)
#################################################################
Media:
view: yes
entities:
- group.projector
- media_player.roku_1gs3d4008651
Projector:
entities:
- sensor.projectorstatus
- switch.projector
#################################################################
## Groups (Automations View)
#################################################################
Settings:
view: yes
entities:
- group.alarm_settings
- group.auto_away_settings
- group.network_settings
Auto Away Settings:
entities:
- input_select.autoaway_timeout
Alarm Settings:
entities:
- input_boolean.alarmclock_snooze
- input_select.alarm_snooze_limit
Network Settings:
entities:
- input_select.download_threshold
- input_select.upload_threshold
- input_select.ping_threshold
#################################################################
## Light Groups
#################################################################
Livingroom Lights:
entities:
- light.livingroom_lamp
- light.livingroom_main
- light.livingroom_entry
Bedroom Lights:
entities:
- light.bedroom_lamp