Edit: Hmmm I see telldus live has changed since I installed it, I’ll try the new way tomorrow - mine has been disabled for a few months since I bought an RF Link to do my 433 switches and lights,
I tried to configure OAuth keys manually (copied from another app integrated to Telldus Live API) but the configuration checker complains:
Invalid config for [tellduslive]: [public_key] is an invalid option for [tellduslive]. Check: tellduslive->tellduslive->public_key.
Now I learned how to set hostname (removed hyphen). It does any more not complain about the config when I ask to check it. But Hass still compains in the home page
Invalid config
The following components and platforms could not be set up:
tellduslive
According to the instructions Hass should automatically start to as me to login to Telldus Live. But Does Not.
018-02-07 23:19:26 ERROR (MainThread) [homeassistant.setup] Error during setup of >component tellduslive
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py”, line 199, in >_async_setup_component
component.setup, hass, processed_config)
File “/usr/lib/python3.5/asyncio/futures.py”, line 380, in iter
yield self # This tells Task to wait for completion.