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