diff --git a/homeassistant/components/hassio/handler.py b/homeassistant/components/hassio/handler.py index a0061647caa8366842aeb3d4aabb7565e66eaa54..c3532d553f4323088e0d55c83183ca2b1762c8f7 100644 --- a/homeassistant/components/hassio/handler.py +++ b/homeassistant/components/hassio/handler.py @@ -591,7 +591,7 @@ class HassIO: if return_text: return await request.text(encoding="utf-8") - return await request.json() + return await request.json(encoding="utf-8") except asyncio.TimeoutError: _LOGGER.error("Timeout on %s request", command)