From 33627109b1cff2445ec204ae92b92dc60d8c4c5f Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 7 Oct 2018 09:07:05 +0200 Subject: [PATCH] Update Tellduslive component configuration variable (#6569) Update style of Tellduslive component documentation to follow new configuration variables description. Related to #6385. --- source/_components/tellduslive.markdown | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/source/_components/tellduslive.markdown b/source/_components/tellduslive.markdown index 584761f2db8..1b441341db4 100644 --- a/source/_components/tellduslive.markdown +++ b/source/_components/tellduslive.markdown @@ -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.