Hi,
I just received my Sensibo Sky v2, and can’t get it recognized in HA.
I’ve made the API key in home.sensibo.com and created the entry in configuration.yaml
(btw; how do I find the -id as I have two devices?)
climate:
- platform: sensibo
api_key: xxxxxxxxxxxxxxxxxxxxxxx
I just get the following error message:
Error while setting up platform sensibo
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py”, line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 416, in wait_for
return fut.result()
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/sensibo/climate.py”, line 79, in async_setup_platform
client, dev, hass.config.units.temperature_unit))
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/sensibo/climate.py”, line 124, in init
self._do_update(data)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/sensibo/climate.py”, line 138, in _do_update
in capabilities[‘modes’]]
TypeError: ‘NoneType’ object is not subscriptable