From 28be4487cfc36dcbfb911c070b64055d5597de6e Mon Sep 17 00:00:00 2001 From: endor-force <1937941+endor-force@users.noreply.github.com> Date: Fri, 8 Dec 2017 16:33:53 +0100 Subject: [PATCH] Updated layout due to problems in presentation. (#4163) * Updated layout due to problems in presentation. - Removed URL link to hassio.local - Changed presentation/line breaks for example service calls * Fix link instead of removing it --- source/_addons/tellstick.markdown | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/source/_addons/tellstick.markdown b/source/_addons/tellstick.markdown index 9320e6b2371..94fb78ba515 100644 --- a/source/_addons/tellstick.markdown +++ b/source/_addons/tellstick.markdown @@ -12,13 +12,11 @@ featured: false Setting up the [Tellstick](http://telldus.com) service and tools contained in the [telldus-core](http://developer.telldus.com/) package and adding configuration to enable Tellstick and Tellstick Duo to work on your Hass.io. - To use this add-on, you first install it from the list of Built-in add-ons in Hass.io. After installation you are presented with a default and example configuration, to alter this you must follow both the JSON format and also be aligned with the [valid parameters for Tellstick configuration file (tellstick.conf)](https://developer.telldus.com/wiki/TellStick_conf). After any changes has been made to the configuration you need to restart the add-on for the changes to take effect. - Configuration variables: - **id** (*Required*): This is a number and must be unique for each device. @@ -30,9 +28,6 @@ Configuration variables: - **fade** (*Optional*): Fade is either `true` or `false` and tells a dimmer if is should fade smooth or instant between values (only for IKEA protocol as it seems). - **code** (*Optional*): A number series based on ones and zeroes often used for dip-switch based devices. - - - You will need to add internal communication details to `configuration.yaml` to enable the integration from Hass.io and the add-on. @@ -45,8 +40,6 @@ tellstick: ``` - - To add [lights](https://home-assistant.io/components/light.tellstick/), [sensors](https://home-assistant.io/components/sensor.tellstick/) and [switches](https://home-assistant.io/components/switch.tellstick/) you follow the guidelines for each type individually that is [described for Home Assistant](https://home-assistant.io/components/tellstick/) The add-on will also enable you to interact with tdtool via a Home Assistant services call, see example below for selflearning device. @@ -83,9 +76,10 @@ Example for adding more devices in the add-on configuration (note the comma sepa If you wish to teach a selflearning device in your TellStick configuration: -Go to Home Assistant [service call](http//hassio.local:8123/dev-service) in Developer tools and select -- Service `hassio.addon_stdin` -- Service Data: `{"addon":"core_tellstick","input":{"function":"learn","device":"1"}}` +Go to Home Assistant [service call](http://hassio.local:8123/dev-service) in Developer tools and select. +- Service: `hassio.addon_stdin` +- Enter service Data: + `{"addon":"core_tellstick","input":{"function":"learn","device":"1"}}` Replace `1` with the corresponding ID of the device in your TellStick configuration.