mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix template in the "text" field (#27871)
This commit is contained in:
parent
ee0ce1fc0d
commit
3a6607dd39
@ -18,7 +18,7 @@ The `intent_script` integration allows users to configure actions and responses
|
||||
intent_script:
|
||||
GetTemperature: # Intent type
|
||||
speech:
|
||||
text: We have {{ states.sensor.temperature }} degrees
|
||||
text: We have {{ states('sensor.temperature') }} degrees
|
||||
action:
|
||||
service: notify.notify
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user