mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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:
|
||||
CustomOutsideHumidity:
|
||||
speech:
|
||||
text: "It is currently {{ states("sensor.outside_humidity") }} percent humidity outside."
|
||||
text: "It is currently {{ states('sensor.outside_humidity') }} percent humidity outside."
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user