forked from dext0r/yandex_smart_home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-example.yaml
124 lines (124 loc) · 3.39 KB
/
config-example.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
yandex_smart_home:
notifier: # только для прямого подключения, в облачном не используется
- oauth_token: AgAAAAAEEo2aYYR7m-CEyS7SEiUJjnKez3v3GZe
skill_id: d38d4c39-5846-ba53-67acc27e08bc
user_id: e8701ad48ba05a91604e480dd60899a3
settings:
pressure_unit: mmHg
filter:
include_domains:
- switch
- light
- climate
include_entities:
- media_player.tv
- media_player.tv_lg
- media_player.receiver
include_entity_globs:
- sensor.temperature_*
exclude_entities:
- light.highlight
exclude_entity_globs:
- sensor.weather_*
entity_config:
switch.kitchen:
name: Выключатель
light.living_room:
name: Люстра
modes:
scene:
sunrise:
- Wake up
alarm:
- Blink
fan.xiaomi_miio_device:
name: Увлажнитель
room: Гостинная
type: devices.types.humidifier
properties:
- type: temperature
entity: sensor.temperature_158d000444c824
- type: humidity
attribute: humidity
- type: water_level
attribute: depth
climate.tion_breezer:
name: Проветриватель
modes:
fan_speed:
auto: [auto]
min: [1,'1.0']
low: [2,'2.0']
medium: [3,'3.0']
high: [4,'4.0']
turbo: [5,'5.0']
max: [6,'6.0']
media_player.receiver:
type: devices.types.media_device.receiver
range:
max: 95
min: 20
precision: 2
media_player.cast:
features:
- volume_mute
- volume_set
- next_previous_track
humidifier.bedroom:
modes:
program:
normal:
- normal
eco:
- away
properties:
- type: temperature
entity: sensor.bedroom_temperature
- type: humidity
entity: sensor.bedroom_humidity
- type: water_level
entity: sensor.humidifier_level
climate.ac_living_room:
name: Кондиционер
room: Гостиная
type: devices.types.thermostat.ac
custom_toggles:
ionization:
state_entity_id: switch.ac_ionizer
turn_on:
service: switch.turn_on
entity_id: switch.ac_ionizer
turn_off:
service: switch.turn_off
entity_id: switch.ac_ionizer
backlight:
state_entity_id: input_boolean.ac_lighting
turn_on:
service: input_boolean.turn_on
entity_id: input_boolean.ac_lighting
turn_off:
service: input_boolean.turn_off
entity_id: input_boolean.ac_lighting
switch.r4s1_kettle_boil:
name: Чайник
room: Кухня
custom_ranges:
temperature:
state_attribute: temperature
set_value:
service: climate.set_temperature
data:
temperature: '{{ value }}'
target:
entity_id: climate.r4s1_kettle_temp
range:
min: 40
max: 90
precision: 10
properties:
- type: temperature
entity: climate.r4s1_kettle_temp
attribute: current_temperature
cover.ir_cover:
name: Глупые шторы
state_unknown: true