Telldus Live support for Light component

A while back, Telldus Live was added to home assistant. It was, however, lacking Light component support. Since Telldus Live basically is the online version of Tellstick, it would be natural for they to have the same capabilities.

The API at https://api.telldus.com does have a “dim”-function, so it should be possible to implement a Light component for Telldus Live.

This python script suports dimming fine, so it should be able to implement it in the telldus live component as well

https://developer.telldus.com/browser/examples/python/live/tdtool/tdtool.py

Perhaps it’s possible to use tdtoll instead of tellive-py?

Dimming is now implemented in https://github.com/home-assistant/home-assistant/pull/4645

2 Likes