Change hallway doorbell automation
add phone notification decrease rebound to 1s
This commit is contained in:
parent
11d3512b2a
commit
d6e51c1bde
@ -7,6 +7,9 @@
|
|||||||
from: 'off'
|
from: 'off'
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
|
- service: notify.notify
|
||||||
|
data:
|
||||||
|
message: "Doorbell"
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data:
|
data:
|
||||||
brightness: 200
|
brightness: 200
|
||||||
@ -36,6 +39,6 @@
|
|||||||
from: 'off'
|
from: 'off'
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- delay: '2'
|
- delay: '1'
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.doorbell_switch
|
entity_id: switch.doorbell_switch
|
Loading…
Reference in New Issue
Block a user