Update sensor.twitch.markdown (#6201)

* Update sensor.twitch.markdown

* Add setup instructions
This commit is contained in:
Ioan Loosley 2018-09-06 13:53:53 +01:00 committed by Fabian Affolter
parent 4ef8be77ce
commit 07b52a3c8a

View File

@ -16,6 +16,10 @@ ha_iot_class: "Cloud Polling"
The `twitch` platform will allow you to monitor [Twitch](http://www.twitch.tv/) channel status from within Home Assistant and setup automation based on the information.
## {% linkable_title Setup %}
Create a new app at "Register Your Application" in the [Twitch developer portal](https://glass.twitch.tv/console/apps). Then get the **Client ID** for the new app.
## {% linkable_title Configuration %}
To use Twitch with your installation, add the following to your `configuration.yaml` file:
@ -24,12 +28,17 @@ To use Twitch with your installation, add the following to your `configuration.y
# Example configuration.yaml entry
sensor:
platform: twitch
client_id: YOUR_TWITCH_CLIENT_ID
channels:
- channel1
- channel2
```
{% configuration %}
clientid:
description: Your Twitch client ID.
required: true
type: string
channels:
description: List of channels.
required: true