-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
52 lines (43 loc) · 1.12 KB
/
configuration.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
default_config:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
group: !include groups.yaml
automation: !include_dir_merge_list automations
script: !include scripts.yaml
scene: !include scenes.yaml
shelly:
host_ip: 10.100.102.240
jewish_calendar:
input_boolean:
shabbat_timers:
shabbat_timers_main_floor:
shabbat_timers_master_bedroom:
shabbat_timers_reut:
shabbat_timers_shaked:
shabbat_timers_roei:
input_timetable:
shabbat_master_bedroom_lights:
shabbat_master_bedroom_ac:
shabbat_main_floor:
shabbat_hot_plate:
shabbat_reut_ac:
shabbat_shaked_ac:
shabbat_roei_ac:
sensor:
- platform: rest
name: shelly_9555ae_tmp
resource: !secret shelly_9555ae_rest
value_template: '{{ value_json.data.device_status.tmp.value }}'
device_class: temperature
unit_of_measurement: '°C'
scan_interval: 600
- platform: rest
name: shelly_9555ae_hum
resource: !secret shelly_9555ae_rest
value_template: '{{ value_json.data.device_status.hum.value }}'
device_class: humidity
unit_of_measurement: '%'
scan_interval: 600
tts:
- platform: google_translate