Adjust Xiaomi integration

This commit is contained in:
Franck Nijhof
2020-10-26 17:29:00 +01:00
parent 9aaf6b0f52
commit 1407668649

View File

@@ -142,7 +142,7 @@ class XiaomiCamera(Camera):
"""Return a still image response from the camera."""
try:
host = self.host.async_render()
host = self.host.async_render(parse_result=False)
except TemplateError as exc:
_LOGGER.error("Error parsing template %s: %s", self.host, exc)
return self._last_image