home-assistant.io/source/_components/tellduslive.markdown
tubalainen 6a27c1926f Added default update (#6100)
* Added default update

Added the default update interval to the component page.

* Minor change
2018-08-28 08:36:52 +02:00

1.9 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 on 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 Net or Tellstick ZNet connected gear at home.

If you are upgrading from 0.58 or older, you need to remove all Telldus configuration from your `configuration.yaml` file before continuing.

Home Assistant will automatically discover the presence of a Tellstick Net or Tellstick ZNet on your local network if the discovery component is enabled. When discovery and the key exchange with Telldus Live have been completed, you will be presented with an option to integrate with the cloud or local API for direct communication with your hardware in your LAN. Local API supports only one device at this stage. Local API is only supported with the Znet Lite products, the older hardware (such as Tellstick Net) does not support local API.

To manually integrate your Telldus Live with Home Assistant, e.g., if your device is on another network or in another location, add the following section to your configuration.yaml file:

# Example configuration.yaml entry
tellduslive:

Configuration variables:

  • host (Optional): Host address to Tellstick Net or Tellstick ZNet for Local API, only useful when automatic discovery is not enabled.
  • update_interval (Optional): Interval (in seconds) for polling the Telldus Live server (or the local server). Defaults to 60 seconds.

The component will offer configuration through the Home Assistant user interface where it will let you associate it with your Telldus Live account.