home-assistant.io/source/_integrations/tellduslive.markdown
c0ffeeca7 8c7ef7a2c0
s-t integrations: apply sentence-style caps to categories (#29906)
* s-t integrations: apply sentence-style caps to categories

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-11-19 13:23:59 +01:00

1.8 KiB

title, description, ha_category, ha_release, ha_config_flow, ha_iot_class, ha_quality_scale, ha_codeowners, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_config_flow ha_iot_class ha_quality_scale ha_codeowners ha_domain ha_platforms ha_integration_type
Telldus Live Instructions on how to integrate Telldus Live into Home Assistant.
Binary sensor
Cover
Hub
Light
Sensor
Switch
0.11 true Cloud Polling gold
@fredrike
tellduslive
binary_sensor
cover
light
sensor
switch
integration

The tellduslive integration let you connect to the Telldus Live API. It's cloud platform that connects to your Tellstick Net or Tellstick ZNet connected gear at home.

Note that you need a Telldus Premium subscription to access the Cloud API (https://telldus.com/en/important-announcement-english/).

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.

Configuration

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 %} host: description: Host address to Tellstick Net or Tellstick ZNet for Local API, only useful when automatic discovery is not enabled. required: false type: string scan_interval: description: Interval (in seconds) for polling the Telldus Live server (or the local server). required: false type: integer default: 60 {% endconfiguration %}

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