Fix Alert Targets
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user