1
0

Change hallway doorbell automation

add phone notification
 decrease rebound to 1s
This commit is contained in:
Przemek Grondek 2021-01-23 19:37:52 +01:00
parent 11d3512b2a
commit d6e51c1bde

View File

@ -7,6 +7,9 @@
from: 'off'
to: 'on'
action:
- service: notify.notify
data:
message: "Doorbell"
- service: light.turn_on
data:
brightness: 200
@ -36,6 +39,6 @@
from: 'off'
to: 'on'
action:
- delay: '2'
- delay: '1'
- service: switch.turn_off
entity_id: switch.doorbell_switch