Hi,
I’m having issue adding sensibo integration.
Below is a copy of the LOG.
Any idea?
Logger: homeassistant.components.sensibo
Source: components/sensibo/coordinator.py:49
Integration: Sensibo (documentation, issues)
First occurred: 12:18:20 PM (1 occurrences)
Last logged: 12:18:20 PM
Unexpected error fetching sensibo data: 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 283, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sensibo/coordinator.py", line 49, in _async_update_data
data = await self.client.async_get_devices_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/pysensibo/__init__.py", line 113, in async_get_devices_data
hvac_modes = list(capabilities.get("modes", []))
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'