mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Kaiterra type issue (#66867)
This commit is contained in:
@@ -99,5 +99,7 @@ class KaiterraApiData:
|
|||||||
self.data[self._devices_ids[i]] = device
|
self.data[self._devices_ids[i]] = device
|
||||||
except IndexError as err:
|
except IndexError as err:
|
||||||
_LOGGER.error("Parsing error %s", err)
|
_LOGGER.error("Parsing error %s", err)
|
||||||
|
except TypeError as err:
|
||||||
|
_LOGGER.error("Type error %s", err)
|
||||||
|
|
||||||
async_dispatcher_send(self._hass, DISPATCHER_KAITERRA)
|
async_dispatcher_send(self._hass, DISPATCHER_KAITERRA)
|
||||||
|
Reference in New Issue
Block a user