mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Fix YAML syntax error in example (#27990)
This commit is contained in:
parent
1442826174
commit
8501e77dee
@ -62,7 +62,7 @@ To teach Home Assistant how to handle the custom `CustomOutsideHumidity` {% term
|
|||||||
intent_script:
|
intent_script:
|
||||||
CustomOutsideHumidity:
|
CustomOutsideHumidity:
|
||||||
speech:
|
speech:
|
||||||
text: "It is currently {{ states("sensor.outside_humidity") }} percent humidity outside."
|
text: "It is currently {{ states('sensor.outside_humidity') }} percent humidity outside."
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user