Add Alexa TTS, split main config, add bathroom window alert

Bu işleme şunda yer alıyor:
Florian Brinker
2020-01-14 22:15:27 +01:00
ebeveyn 4d70f40a01
işleme 704fd5c199
20 değiştirilmiş dosya ile 1293 ekleme ve 293 silme

Dosyayı Görüntüle

@@ -0,0 +1,9 @@
- platform: template
sensors:
motion_livingroom:
friendly_name: Motion Livingroom
device_class: motion
entity_id: camera.livingroom
value_template: "{{ is_state('camera.livingroom', 'motion') }}"
delay_off:
seconds: 30

Dosyayı Görüntüle

@@ -0,0 +1,19 @@
- platform: workday
country: DE
province: NW
workdays: [ mon, tue, wed, thu, fri ]
- platform: tod
name: Morning
after: '05:00'
before: '11:00'
- platform: ping
name: desktop_ping
host: !secret desktop_ip
count: 2
scan_interval: 15
- platform: template
sensors:
anyone_home:
value_template: >-
{{ is_state('person.florian', 'home')
or is_state('person.jenny', 'home') }}

Dosyayı Görüntüle

@@ -0,0 +1,6 @@
- platform: command_line
name: Wallboard HDMI Status
command: !secret wallboard_hdmi_status_cmd
payload_on: display_power=1
payload_off: display_power=0
scan_interval: 60