Update Tellduslive component configuration variable (#6569)

Update style of Tellduslive component documentation to follow new configuration variables description.
Related to #6385.
This commit is contained in:
Klaas Schoute 2018-10-07 09:07:05 +02:00 committed by Fabian Affolter
parent a66e28c441
commit 33627109b1

View File

@ -28,9 +28,16 @@ To manually integrate your Telldus Live with Home Assistant, e.g., if your devic
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.
{% 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
update_interval:
description: Interval (in seconds) for polling the Telldus Live server (or the local server).
required: false
default: 60
type: integer
{% endconfiguration %}
The component will offer configuration through the Home Assistant user interface where it will let you associate it with your Telldus Live account.