mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 02:35:09 -05: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