mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix mixed single quotes in automation example (#9597)
This commit is contained in:
parent
8f8c5792f8
commit
91f4f09833
@ -99,7 +99,7 @@ automation:
|
|||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data_template:
|
data_template:
|
||||||
title: '{{state_attr('binary_sensor.meteoalarm', 'headline')}}'
|
title: "{{state_attr('binary_sensor.meteoalarm', 'headline')}}"
|
||||||
message: "{{state_attr('binary_sensor.meteoalarm', 'description')}} is effective on {{state_attr('binary_sensor.meteoalarm', 'effective')}}"
|
message: "{{state_attr('binary_sensor.meteoalarm', 'description')}} is effective on {{state_attr('binary_sensor.meteoalarm', 'effective')}}"
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user