
* 🔥 Removes octopress.js * 🔥 Removes use of root_url var * 🔥 Removes Octopress generator reference from feed * 🔥 Removes delicious support * 🔥 Removes support for Pinboard * 🔥 Removes support for Disqus * 🔥 Removes support for Google Plus * ↩️ Migrate custom after_footer to default template * ↩️ Migrate custom footer to default template * ↩️ Migrate custom header to default template * 🔥 Removes unused template files * 🚀 Places time to read directly in post template * 🚀 Removes unneeded capture from archive_post.html template * 🔥 🚀 Removes unused, but heaving sorting call in component page * 🚀 Merged javascripts into a single file * 🔥 Removes more uses of root_url * 🚀 Removal of unneeded captures from head * 🔥 🚀 Removal of expensive liquid HTML compressor * 🔥 Removes unneeded templates * 🚀 Replaces kramdown with GitHub's CommonMark 🚀 * 💄 Adds Prism code syntax highlighting * ✨ Adds support for redirect in Netlify * ↩️ 🔥 Let Netlify handle all developer doc redirects * ✏️ Fixes typo in redirects file: Netify -> Netlify * 🔥 Removes unused .themes folder * 🔥 Removes unused aside.html template * 🔥 Removes Disqus config leftover * 🔥 Removes rouge highlighter config * 🔥 Removes Octopress 🎉 * 💄 Adjust code block font size and adds soft wraps * 💄 Adds styling for inline code blocks * 💄 Improve styling of note/warning/info boxes + div support * 🔨 Rewrites all note/warning/info boxes
2.5 KiB
title, description, logo, ha_category, ha_release, ha_config_flow, ha_qa_scale, ha_iot_class, redirect_from
title | description | logo | ha_category | ha_release | ha_config_flow | ha_qa_scale | ha_iot_class | redirect_from | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Telldus Live | Instructions on how to integrate Telldus Live into Home Assistant. | tellduslive.svg |
|
0.11 | true | gold | Cloud Polling |
|
The tellduslive
integration 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 integration 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.
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 %}
It is only possible to configure the scan_interval
when setting up the device. If the polling interval needs to be changed after the device is configured it must be changed manually by changing "scan_interval": 60,
for the device in the file .storage/core.config_entries
.
The integration will offer configuration through the Home Assistant user interface where it will let you associate it with your Telldus Live account.