mirror of
https://github.com/home-assistant/core.git
synced 2025-09-07 05:41:32 +02:00
Adjust dialogflow integration
This commit is contained in:
@@ -161,7 +161,7 @@ class DialogflowResponse:
|
|||||||
assert self.speech is None
|
assert self.speech is None
|
||||||
|
|
||||||
if isinstance(text, template.Template):
|
if isinstance(text, template.Template):
|
||||||
text = text.async_render(self.parameters)
|
text = text.async_render(self.parameters, parse_result=False)
|
||||||
|
|
||||||
self.speech = text
|
self.speech = text
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user