fix: Use doorbell_button_pressed for Doorbell Events

This commit is contained in:
2024-11-30 13:00:43 -08:00
parent eb8f59060e
commit 4dc4f93453

View File

@@ -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