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