This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Zavrit terasu pri odchodu | |
description: '' | |
trigger: | |
- platform: zone | |
entity_id: person.lukas_beran | |
zone: zone.home | |
event: leave | |
- platform: zone | |
entity_id: person.eva_sovova | |
zone: zone.home |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Zavrit zaluzie pri setmeni | |
description: '' | |
trigger: | |
- platform: sun | |
event: sunset | |
offset: '00:30:00' | |
condition: | |
- condition: device | |
device_id: aaaaa | |
domain: alarm_control_panel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Zatahnout zaluzie pri teple venku odpoledne | |
description: '' | |
trigger: | |
- platform: time | |
at: '12:00:00' | |
- platform: numeric_state | |
entity_id: sensor.prumerna_venkovni_teplota | |
above: '17' | |
condition: | |
- condition: and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Zatahnout zaluzie pri teple venku dopoledne | |
description: '' | |
trigger: | |
- platform: numeric_state | |
entity_id: sensor.prumerna_venkovni_teplota | |
above: '17' | |
condition: | |
- condition: and | |
conditions: | |
- condition: time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Zatahnout zaluzie pri prichodu domu po setmeni | |
description: '' | |
trigger: | |
- platform: zone | |
entity_id: person.lukas_beran | |
zone: zone.home | |
event: enter | |
- platform: zone | |
entity_id: person.eva_sovova | |
zone: zone.home |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Zapni cerpadla pri nepritomnosti kvuli zalevani zahrady | |
description: '' | |
trigger: | |
- platform: time | |
at: '20:45:00' | |
condition: | |
- condition: and | |
conditions: | |
- condition: numeric_state | |
entity_id: sensor.netatmo_selfiehome_loznice_dest_rain_today |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Vypnout cerpadla pri zaplave | |
description: '' | |
trigger: | |
- type: moist | |
platform: device | |
device_id: aaaaa | |
entity_id: binary_sensor.senzor_zaplavy_technickamistnost_water_leak | |
domain: binary_sensor | |
condition: [] | |
action: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Rozsviceni bludicky pri pohybu na chodbe | |
description: '' | |
trigger: | |
- type: motion | |
platform: device | |
device_id: aaaaa | |
entity_id: binary_sensor.jablotron_pir_chodba | |
domain: binary_sensor | |
condition: | |
- condition: and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Prichodova scena pri odjisteni Jablotron | |
description: '' | |
trigger: | |
- platform: device | |
device_id: aaaaa | |
domain: alarm_control_panel | |
entity_id: alarm_control_panel.jablotron_sekce_vse | |
type: disarmed | |
condition: [] | |
action: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Otevrit zaluzie pri silnem vetru | |
description: '' | |
trigger: | |
- platform: numeric_state | |
entity_id: sensor.netatmo_selfiehome_loznice_vitr_wind_strength | |
above: '30' | |
condition: [] | |
action: | |
- scene: scene.vytahnout_zaluzie_3 | |
mode: single |