-
Notifications
You must be signed in to change notification settings - Fork 17
/
groups.yaml
executable file
·100 lines (100 loc) · 2.76 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
default_view:
entities:
- group.kitchen
- group.living_room
- group.bathroom
- group.devices
- group.all_automations
- group.weather
- group.cameras
- group.server_state
- group.transmission
- group.automations
server_state:
name: Ubuntu Server
entities:
- sensor.cpu_temperature
- sensor.processor_use
- sensor.memory_use_percent
- sensor.disk_use_percent_home
- sensor.disk_use_percent_homeubuntutm
- sensor.since_last_boot
living_room:
name: Гостиная
entities:
- light.living_room
- binary_sensor.door_window_sensor_158d0001a9c200
- binary_sensor.switch_158d0001aaab2d
- climate.aeronik
- sensor.temperature_158d00023764a1
- sensor.humidity_158d00023764a1
- sensor.pressure_158d00023764a1
- switch.marantz_receiver
- switch.plug_158d0001b195fd
- media_player.samsungtv
- media_player.ubuntu_speaker
kitchen:
name: Кухня
entities:
- light.gateway_light_286c07f1c549
- binary_sensor.motion
- sensor.illumination_286c07f1c549
- switch.datchik_kukhnia
bathroom:
name: Ванная
entities:
- light.bathroom
- binary_sensor.motion_sensor_158d0001b177e8
cameras:
name: Камеры
entities:
- camera.door
- camera.kitchen
weather:
name: Погода
entities:
- weather.openweathermap
devices:
name: Человеки
entities:
- device_tracker.oxoth1ks_iphone
- device_tracker.oxoth1ks_iphone_3
- device_tracker.lilia
- device_tracker.liliia
lights:
name: Освещение
entities:
- light.stolovaia
- light.kukhnia
- light.vannaia
- light.spalnia
- light.gateway_light_286c07f1c549
- light.podsvetka
- light.podsvetka_2
automations:
name: Автоматизации
entities:
- automation.good_luck_notification
- automation.notify_crazy_cat
- automation.play_sound_people_at_home
- automation.turn_on_bathroom_light
- automation.turn_on_living_room_light_for_open_door
heater_automation:
name: Автоматизации отопления
entities:
- automation.temperature_heater_21_if_all_people_out
- automation.temperature_heater_22_on_night
- automation.temperature_heater_24_5_if_anybody_go_home
- automation.temperature_heater_24_5_on_morning
humidity_automations:
name: Автоматизации увлажнителя
entities:
- automation.humidifier_on_auto_when_wake_up
- automation.humidifier_on_max_if_all_people_out
- automation.humidifier_to_auto_if_anybody_go_home
- automation.humidifier_to_low_on_night
cooler_automation:
name: Автоматизации кондея
entities:
- automation.power_off_cool_when_people_leaved_cool_zone
- automation.power_on_cool_when_people_entered_cool_zone