Fix Alert Targets

This commit is contained in:
2022-11-20 19:58:26 -08:00
parent 47290b03a5
commit 7745da43fd

View File

@@ -13,7 +13,7 @@ automation:
entity_id: binary_sensor.washer_leak_detected entity_id: binary_sensor.washer_leak_detected
to: 'on' to: 'on'
action: action:
- service: notify.general - service: notify.everyone
data: data:
message: "{{ trigger.to_state.name }} Triggered" message: "{{ trigger.to_state.name }} Triggered"
@@ -27,6 +27,6 @@ automation:
entity_id: sensor.garage_fridge_freezer_temperature entity_id: sensor.garage_fridge_freezer_temperature
above: 24.0 above: 24.0
action: action:
- service: notify.general - service: notify.everyone
data: data:
message: "{{ trigger.to_state.name }} is too high, check the power and doors." message: "{{ trigger.to_state.name }} is too high, check the power and doors."