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: Aktivace venkovnich svetel pri prichodu | |
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: Notifikace aktualizaci | |
description: '' | |
trigger: | |
- platform: state | |
entity_id: | |
- update.check_home_assistant_configuration_update | |
- update.file_editor_update | |
- update.grafana_update | |
- update.glances_update | |
- update.home_assistant_core_update |
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: Baterie Netatmo ma mene nez 20 % | |
description: '' | |
trigger: | |
- platform: numeric_state | |
entity_id: sensor.netatmo_selfiehome_loznice_dest_battery_percent | |
below: '20' | |
- platform: numeric_state | |
entity_id: sensor.netatmo_selfiehome_loznice_venkovni_battery_percent | |
below: '20' | |
- platform: numeric_state |
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: Notifikace do mobilu pri zajisteni domu s otevrenym oknem | |
description: '' | |
trigger: | |
- platform: device | |
device_id: aaaaaa | |
domain: alarm_control_panel | |
entity_id: alarm_control_panel.jablotron_sekce_vse | |
type: arming | |
condition: | |
- condition: or |
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: Notifikace kdyz se priblizim domu a je zajisteno | |
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: Notifikace kdyz trouba skonci | |
description: '' | |
trigger: | |
- platform: state | |
entity_id: sensor.pecici_trouba_operation_state | |
to: Finished | |
condition: [] | |
action: | |
- service: notify.telefony | |
data: |
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: Notifikace pri dokonceni uklidu | |
description: '' | |
trigger: | |
- platform: state | |
entity_id: sensor.vacuum | |
to: Ready | |
from: Clean | |
condition: [] | |
action: | |
- service: notify.telefony |
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: Notifikace kdyz trouba skonci | |
description: '' | |
trigger: | |
- platform: state | |
entity_id: sensor.pecici_trouba_operation_state | |
to: Finished | |
condition: [] | |
action: | |
- service: notify.telefony | |
data: |
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: Notifikace pri odjisteni domu | |
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: Notifikace pri zajisteni domu | |
description: '' | |
trigger: | |
- platform: device | |
device_id: aaaaa | |
domain: alarm_control_panel | |
entity_id: alarm_control_panel.jablotron_sekce_vse | |
type: armed_away | |
condition: [] | |
action: |
OlderNewer