mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +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:
|
intent_script:
|
||||||
GetTemperature: # Intent type
|
GetTemperature: # Intent type
|
||||||
speech:
|
speech:
|
||||||
text: We have {{ states.sensor.temperature }} degrees
|
text: We have {{ states('sensor.temperature') }} degrees
|
||||||
action:
|
action:
|
||||||
service: notify.notify
|
service: notify.notify
|
||||||
data:
|
data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user