mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
a66e28c441
commit
33627109b1
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user