diff --git a/hassio_api/hassio/host_controll.py b/hassio_api/hassio/host_controll.py index e9c4cc5ff..1e2f4d558 100644 --- a/hassio_api/hassio/host_controll.py +++ b/hassio_api/hassio/host_controll.py @@ -45,7 +45,7 @@ class HostControll(object): writer.write("{}\n".format(command).encode()) data = await reader.readline() - response = data.decode().Upper() + response = data.decode().upper() _LOGGER.info("Receive from HostControll: %s.", response) if response == "OK":