My Sensibo Device stop working with HA. ( Home Assistant 0.109.6)
Any suggestions?
Logger: homeassistant.components.climate
Source: components/sensibo/climate.py:165
Integration: Climate ([documentation](https://www.home-assistant.io/integrations/climate), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+climate%22))
First occurred: 6:25:08 AM (1 occurrences)
Last logged: 6:25:08 AM
Error while setting up sensibo platform for climate
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() File "/usr/src/homeassistant/homeassistant/components/sensibo/climate.py", line 97, in async_setup_platform SensiboClimate(client, dev, hass.config.units.temperature_unit) File "/usr/src/homeassistant/homeassistant/components/sensibo/climate.py", line 152, in __init__ self._do_update(data) File "/usr/src/homeassistant/homeassistant/components/sensibo/climate.py", line 165, in _do_update self._operations = [SENSIBO_TO_HA[mode] for mode in capabilities["modes"]] TypeError: 'NoneType' object is not subscriptable