Fix YAML syntax error in example (#27990)

This commit is contained in:
Sebastian Lövdahl 2023-06-28 09:46:30 +03:00 committed by GitHub
parent 1442826174
commit 8501e77dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}