mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Update alert.markdown (#7524)
Added raw tags for template in last example as the templates weren't displaying correctly.
This commit is contained in:
parent
88ca816954
commit
a83570da98
@ -215,7 +215,7 @@ of the entity.
|
|||||||
repeat: 30
|
repeat: 30
|
||||||
can_acknowledge: True
|
can_acknowledge: True
|
||||||
skip_first: True
|
skip_first: True
|
||||||
message: "Plant {{ states.plant.plant_office }} needs help ({{ state_attr('plant.plant_office', 'problem') }})"
|
message: {% raw %} "Plant {{ states.plant.plant_office }} needs help ({{ state_attr('plant.plant_office', 'problem') }})" {% endraw %}
|
||||||
done_message: Plant in office is fine
|
done_message: Plant in office is fine
|
||||||
notifiers:
|
notifiers:
|
||||||
- ryans_phone
|
- ryans_phone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user