i’ve upgraded hass to version 0.59 and configured the tahoma platform in configuration.yaml
sensor:
platform: tahoma
tahoma:
username: 'tahomalink username'
password: 'tahomalink password'
i receive the following in the log:
2017-12-05 08:46:33 ERROR (MainThread) [homeassistant.loader] Unable to find component tahoma
2017-12-05 08:46:33 ERROR (MainThread) [homeassistant.setup] Setup failed for tahoma: Component not found.
2017-12-05 08:46:33 ERROR (MainThread) [homeassistant.loader] Unable to find component sensor.tahoma
if i look in the directory of components in the path ‘/usr/local/lib/python3.6/site-packages/homeassistant/components’ i see that the tahoma.py is there.
any ideas what could be wrong here?