mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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:
|
||||
- service: notify.notify
|
||||
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')}}"
|
||||
```
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user