You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (hass --version): 0.54.0
Python release (python3 --version): 3
Component/platform: docker image official
Description of problem: Error loading Sensibo
2017-10-04 09:08:54 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform sensibo
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity_component.py", line 164, 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/asyncio/tasks.py", line 180, in _step
result = coro.send(None)
File "/usr/src/app/homeassistant/components/climate/sensibo.py", line 55, in async_setup_platform
devices.append(SensiboClimate(client, dev))
File "/usr/src/app/homeassistant/components/climate/sensibo.py", line 76, in __init__
self._do_update(data)
File "/usr/src/app/homeassistant/components/climate/sensibo.py", line 87, in _do_update
temperature_unit_key = self._ac_states['temperatureUnit']
KeyError: 'temperatureUnit'
The text was updated successfully, but these errors were encountered:
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
): 0.54.0Python release (
python3 --version
): 3Component/platform: docker image official
Description of problem: Error loading Sensibo
The text was updated successfully, but these errors were encountered: