Kaiterra type issue (#66867)

This commit is contained in:
Anil Daoud 2022-02-19 22:44:18 +08:00 committed by GitHub
parent bcec4a5827
commit 6cd3b45b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,5 +99,7 @@ class KaiterraApiData:
self.data[self._devices_ids[i]] = device
except IndexError as err:
_LOGGER.error("Parsing error %s", err)
except TypeError as err:
_LOGGER.error("Type error %s", err)
async_dispatcher_send(self._hass, DISPATCHER_KAITERRA)