Hi,
I’m using Docker for a new install of Home Assistant and seem to have some issues with Tado. I get the circles at the top of the screen but no controls. The following is logged and i guess this is why:
2017-11-05 11:13:53 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform tado
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity_component.py", line 170, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
File "/usr/local/lib/python3.6/asyncio/futures.py", line 245, in result
raise self._exception
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/app/homeassistant/components/climate/tado.py", line 60, in setup_platform
tado, hass, zone, zone['name'], zone['id']))
File "/usr/src/app/homeassistant/components/climate/tado.py", line 76, in create_climate_device
temperatures = capabilities['temperatures']
KeyError: 'temperatures'
Any help would be great Thanks