Skip to content

Instantly share code, notes, and snippets.

@pavolholes
pavolholes / automations.yaml
Last active March 13, 2023 20:10
Home Assistant Notifikacia Senzory maju problem
- id: '1673221013583'
alias: Home Assistant Notifikacia Senzory maju problem
description: ''
trigger:
- platform: state
entity_id:
- sensor.senzory_s_problemom_pocet
condition:
- condition: template
value_template: '{{ trigger.from_state.state != ''unavailable'' }}'
@pavolholes
pavolholes / automations.yaml
Created January 9, 2023 08:23
Home Assistant Notifikacia Senzory baterie pod 40%
- id: '1673216789297'
alias: Home Assistant Notifikacia Senzory baterie pod 40%
description: ''
trigger:
- platform: state
entity_id:
- sensor.senzory_s_bateriou_pod_40_pocet
condition:
- condition: template
value_template: '{{ trigger.from_state.state != ''unavailable'' }}'