Skip to content

Commit 5877d2f

Browse files
molobrakosfrenck
authored andcommitted
Update tellduslive.markdown (home-assistant#3955)
* Update tellduslive.markdown * Update tellduslive.markdown * Add info about host variable * Update tellduslive.markdown
1 parent 7ba9498 commit 5877d2f

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

source/_components/tellduslive.markdown

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,18 @@ featured: false
1313
ha_release: 0.11
1414
---
1515

16-
The `tellduslive` component let you connect to [Telldus Live](https://live.telldus.com). It's cloud platform that connects to your Tellstick connected gear at home.
16+
The `tellduslive` component let you connect to [Telldus Live](https://live.telldus.com). It's cloud platform that connects to your Tellstick Net or Tellstick ZNet connected gear at home.
1717

18-
To get started using Telldus Live, you will have to obtain developer keys from the [developer page](https://api.telldus.com/keys/index).
19-
20-
To integrate your Telldus Live with Home Assistant, add the following section to your `configuration.yaml` file:
18+
Home Assistant will automatically discover the presence of a Tellstick Net or Tellstick ZNet on your local network if the [discovery]({{site_root}}/components/discovery/) component is enabled. 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:
2119

2220
```yaml
2321
# Example configuration.yaml entry
2422
tellduslive:
25-
public_key: ABCDEFGHJKLMNOPQRSTUVXYZ
26-
private_key: ABCDEFGHJKLMNOPQRSTUVXYZ
27-
token: ABCDEFGHJKLMNOPQRSTUVXYZ
28-
token_secret: ABCDEFGHJKLMNOPQRSTUVXYZ
2923
```
3024
3125
Configuration variables:
3226
33-
- **public_key** (*Required*): The public key for the Telldus Live service.
34-
- **private_key** (*Required*): The private key for the Telldus Live service.
35-
- **token** (*Required*): The token for the Telldus Live service.
36-
- **token_secret** (*Required*): The token secret for the Telldus Live service.
27+
- **host** (*Optional*): Host address to Tellstick Net or Tellstick ZNet for Local API, only useful when automatic discovery is not enabled.
28+
- **update_interval** (*Optional*): Interval (in seconds) for polling the Telldus Live server (or the local server).
3729
30+
The component will offer configuration through the Home Assistant user interface where it will let you associate it with your Telldus Live account.

0 commit comments

Comments
 (0)