-
Notifications
You must be signed in to change notification settings - Fork 0
/
groups.yaml
196 lines (179 loc) · 4.4 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
xiaomi_card:
name: Office
entities:
# - binary_sensor.motion_sensor_158d00010b2444
- sensor.xiaomi_motion
# - binary_sensor.door_window_sensor_158d0000f6cb6c
- sensor.xiaomi_door
- sensor.temperature_158d00011788b7
- sensor.humidity_158d00011788b7
- sensor.illumination_f0b4299a681d
- light.gateway_light_f0b4299a681d
- light.kitchen
- binary_sensor.switch_158d0000eef136
- light.switch
calendar_card:
name: Calendar
entities:
- sensor.next_event
- sensor.next_bday
- sensor.next_holiday
dt_card:
name: Date & Time
entities:
- sensor.date
- sensor.time
outside_card:
name: Outside
entities:
- sensor.pws_weather
- sensor.pws_temp_c
- sensor.pws_feelslike_c
- sensor.pws_relative_humidity
- sensor.pws_wind_dir
- sensor.pws_wind_kph
- sensor.mmhg
# - sensor.pws_pressure_mb
# - sensor.pws_weather_1d_metric
# - sensor.pws_weather_1n_metric
- sensor.pws_weather_1h
- sensor.pws_weather_2h
- sensor.pws_weather_4h
- sensor.pws_weather_6h
- sensor.pws_weather_8h
# - sensor.dark_sky_precip_probability
# - sensor.dark_sky_precip
# - sensor.dsn24h
# - sensor.dsn7d
default_view:
view: yes
icon: mdi:home
entities:
- device_tracker.bastshoes_meizupro5
- device_tracker.bastshoes_kyron
- device_tracker.bastshoes_redminote3
- group.dt_card
- group.calendar_card
- group.outside_card
- group.xiaomi_card
- media_player.vlc
andrey_card:
name: Andrey
entities:
- device_tracker.bastshoes_meizupro5
# - sensor.meizu_battery
- sensor.andrey_meizu_battery
- input_select.andrey_status
- device_tracker.bastshoes_kyron
redminote_card:
name: "RedmiNote 3"
entities:
- device_tracker.bastshoes_redminote3
- sensor.andrey_redminote3_battery
- binary_sensor.redminote3_status
- sensor.redminote3_indoor_location
- input_boolean.find_redminote
andrey_commute_card:
name: Commute
entities:
- sensor.work_commute
- sensor.home_commute
andrey_view:
view: yes
name: Andrey
icon: mdi:account
entities:
- group.andrey_commute_card
- group.andrey_card
- camera.andrey_location
- group.redminote_card
# darksky_card:
# name: Forecast
# entities:
# - sensor.dark_sky_precip_probability
# - sensor.dsn24h
# - sensor.dsn7d
dialy_forecast:
name: "Прогноз"
entities:
- sensor.pws_weather_1d_metric
- sensor.pws_weather_1n_metric
- sensor.pws_weather_2d_metric
- sensor.pws_weather_2n_metric
- sensor.pws_weather_3d_metric
- sensor.pws_weather_3n_metric
- sensor.pws_weather_4d_metric
- sensor.pws_weather_4n_metric
wunderground_card:
name: Weather
entities:
- sensor.pws_station_id
- sensor.pws_location
- sensor.pws_elevation
- sensor.pws_weather
- sensor.dark_sky_cloud_coverage
- sensor.pws_temp_c
- sensor.pws_feelslike_c
- sensor.pws_dewpoint_c
- sensor.pws_relative_humidity
- sensor.pws_wind_kph
- sensor.pws_wind_dir
- sensor.pws_wind_gust_kph
- sensor.mmhg
# - sensor.pws_pressure_mb
- sensor.pws_pressure_trend
- sensor.pws_visibility_km
- sensor.pws_precip_1hr_metric
- sensor.pws_precip_today_metric
- sensor.pws_solarradiation
- sensor.pws_UV
- sensor.pws_heat_index_c
- sensor.pws_alerts
- sensor.pws_observation_time
weather_view:
view: yes
name: Weather
icon: mdi:weather-snowy-rainy
entities:
- group.wunderground_card
- group.dialy_forecast
# - group.darksky_card
sysmonitor_card:
name: System Monitor
entities:
- sensor.disk_free_home
- sensor.cpu_speed
- sensor.cpu_use
- sensor.cpu_temp
- sensor.ram_use
- sensor.ram_free
- sensor.since_last_boot_templated
- sensor.external_ip
- sensor.ha_current_version
- sensor.ha_installed_version
- sensor.ha_uptime
sysmonitor_view:
view: yes
name: System Monitor
icon: mdi:raspberrypi
entities:
- group.sysmonitor_card
automation_card:
name: Automations
entities:
- automation.driving_car_location
- automation.finish_driving
- automation.update_available
- automation.find_redminote_on
- automation.find_redminote_off
script_card:
name: Scripts
entities:
- script.refresh_phone_location
automation_view:
view: yes
name: Automations
icon: mdi:settings
entities:
- group.automation_card
- group.script_card