Fix Alert Targets
This commit is contained in:
@@ -13,7 +13,7 @@ automation:
|
||||
entity_id: binary_sensor.washer_leak_detected
|
||||
to: 'on'
|
||||
action:
|
||||
- service: notify.general
|
||||
- service: notify.everyone
|
||||
data:
|
||||
message: "{{ trigger.to_state.name }} Triggered"
|
||||
|
||||
@@ -27,6 +27,6 @@ automation:
|
||||
entity_id: sensor.garage_fridge_freezer_temperature
|
||||
above: 24.0
|
||||
action:
|
||||
- service: notify.general
|
||||
- service: notify.everyone
|
||||
data:
|
||||
message: "{{ trigger.to_state.name }} is too high, check the power and doors."
|
||||
|
||||
Reference in New Issue
Block a user