Skip to content

Instantly share code, notes, and snippets.

@theundefined
Created January 14, 2021 16:21
Show Gist options
  • Save theundefined/224701e80de9b5d5a2521ada0e0f4379 to your computer and use it in GitHub Desktop.
Save theundefined/224701e80de9b5d5a2521ada0e0f4379 to your computer and use it in GitHub Desktop.
Powiadomienie o otwartej bramie garażu
alias: Powiadom mnie jak drzwi do garazu są otwarte przez 15 minut
description: ''
trigger:
- platform: state
entity_id: binary_sensor.garaz_gate_open
from: 'off'
to: 'on'
condition: []
action:
- delay: '00:10'
- condition: state
entity_id: binary_sensor.garaz_gate_open
state: 'on'
- service: notify.XXX
data:
message: Brama garażu otwarta przez 10 minut
mode: restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment