fix: Use doorbell_button_pressed for Doorbell Events
This commit is contained in:
@@ -632,7 +632,7 @@ automation:
|
|||||||
- alias: Chime on Doorbell Button
|
- alias: Chime on Doorbell Button
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.doorbell_alarm_local
|
entity_id: binary_sensor.doorbell_button_pressed
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- action: rest_command.doorbell_chime
|
- action: rest_command.doorbell_chime
|
||||||
@@ -640,7 +640,7 @@ automation:
|
|||||||
- alias: Notify on Doorbell Button
|
- alias: Notify on Doorbell Button
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.doorbell_alarm_local
|
entity_id: binary_sensor.doorbell_button_pressed
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- service: rest_command.doorbell_start_event
|
- service: rest_command.doorbell_start_event
|
||||||
|
|||||||
Reference in New Issue
Block a user