-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
130 lines (124 loc) · 2.66 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
#### VIEWS ####
default_view:
name: Info
view: yes
entities:
- group.weather
- group.devices
home_tab:
name: House
view: yes
entities:
- group.hvac
- group.stove
- group.reptile
- group.pool
- group.doors
# - group.windows
security_tab:
name: Security
view: yes
entities:
- camera.front_door
- camera.pool
stats_tab:
name: Stats
view: yes
entities:
- group.internet
media_tab:
name: Media
view: yes
entities:
- media_player.roku_63259d009925
- media_player.roku_3__63259d009925
# - media_player.roku_13c27n041227
# - media_player.roku_3
zanzito_tab:
name: Z
view: yes
entities:
- group.zanzito_stats
- group.test
# - input_boolean.poolpump_automation
- automation.auto_renew_ssl_cert
- light.porch_strip
- input_number.porch_animation_speed
# - automations_master
################### GROUPS ######################
weather:
name: Weather
entities:
- sun.sun
- sensor.dark_sky_icon
- sensor.dark_sky_nearest_storm_distance
- sensor.dark_sky_temperature
stove:
name: Stove Boiler
entities:
- sensor.stove_water
- switch.stove_pump
- switch.stove_blower
internet:
name: Internet Capacity
entities:
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload
- sensor.fastcom_speedtest
reptile:
name: Reptile Lights
entities:
- switch.puff_light
- switch.rainbow_light
pool:
name: Pool
entities:
- switch.ge_14292_inwall_smart_switch_switch
doors:
name: Doors
entities:
- sensor.door1
#windows:
# name: Windows
# entities:
devices:
name: Devices
entities:
- device_tracker.mike
- sensor.mike_phone_battery
- device_tracker.tammy
- sensor.tammy_phone_battery
hvac:
name: Thermostat
entities:
# - input_select.hvac_operation_mode
# - input_select.hvac_fan_mode
# - input_number.hvac_target_temp
- climate.thermostat_heating_1
# - sensor.climate_temperature
- sensor.climate_temperature
- sensor.climate_fan_state
- sensor.climate_operating_state
# - climate.thermostat_heating_1
- sensor.thermostat_temperature
- sensor.thermostat_relative_humidity
zanzito_stats:
entities:
- binary_sensor.zanzito_status
- binary_sensor.tammy_charging_status
- binary_sensor.mike_charging_status
- device_tracker.mike
- sensor.mike_phone_battery
test:
entities:
- climate.thermostat_heating_1
automations:
entities:
- automation.pool_pump_cycle_1_off
- automation.pool_pump_cycle_1_on
- automation.pool_pump_cycle_2_off
- automation.pool_pump_cycle_2_on
automations_master:
entities:
- group.automations