mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
1.7 KiB
1.7 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Telldus Live | Instructions how to integrate Telldus Live into Home Assistant. | 2016-01-17 16:00 | true | false | true | true | telldus.png | Hub | false | 0.11 |
The tellduslive
component let you connect to Telldus Live. It's cloud platform that connects to your Tellstick connected gear at home.
To get started using Telldus Live, you will have to obtain developer keys from the developer page.
To integrate your Telldus Live with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
tellduslive:
public_key: ABCDEFGHJKLMNOPQRSTUVXYZ
private_key: ABCDEFGHJKLMNOPQRSTUVXYZ
token: ABCDEFGHJKLMNOPQRSTUVXYZ
token_secret: ABCDEFGHJKLMNOPQRSTUVXYZ
Configuration variables:
- public_key (Required): The public key for the Telldus Live service.
- private_key (Required): The private key for the Telldus Live service.
- token (Required): The token for the Telldus Live service.
- token_secret (Required): The token secret for the Telldus Live service.
Tellstick Net devices can be auto discovered using this method.
It might be possible to communicate with the Tellstick Net device directly, bypassing the Tellstick Live service. This however is poorly documented and yet not fully supported.
API requests to certain methods are limited to one request every 10 minutes.