Created
January 14, 2021 16:21
-
-
Save theundefined/224701e80de9b5d5a2521ada0e0f4379 to your computer and use it in GitHub Desktop.
Powiadomienie o otwartej bramie garażu
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: 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