Add 0.11 release blog post
This commit is contained in:
parent
74341e940f
commit
bd1b46fade
18 changed files with 255 additions and 42 deletions
30
source/_components/tellduslive.markdown
Normal file
30
source/_components/tellduslive.markdown
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: component
|
||||
title: "Telldus Live"
|
||||
description: "Instructions how to integrate Telldus Live into Home Assistant."
|
||||
date: 2016-01-17 16:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: telldus.png
|
||||
ha_category: Hub
|
||||
featured: false
|
||||
---
|
||||
|
||||
[Telldus Live] is a cloud platform that connects to your Tellstick connected gear at home.
|
||||
|
||||
[Telldus Live]: https://live.telldus.com
|
||||
|
||||
To get started using Telldus Live, you will have to obtain developer keys from [here][developer-keys].
|
||||
|
||||
[developer-keys]: https://api.telldus.com/keys/index
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
tellduslive:
|
||||
public_key: XX
|
||||
private_key: XX
|
||||
token: XX
|
||||
token_secret: XX
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue