Franck Nijhof 533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00

1007 B

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
Twitch Instructions on how to integrate Twitch sensors into Home Assistant. twitch.png
Social
0.10 Cloud Polling

The twitch platform will allow you to monitor Twitch channel status from within Home Assistant and setup automation based on the information.

Setup

Create a new app at "Register Your Application" in the Twitch developer portal. Then get the Client ID for the new app.

Configuration

To use Twitch with your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  platform: twitch
  client_id: YOUR_TWITCH_CLIENT_ID
  channels:
    - channel1
    - channel2

{% configuration %} client_id: description: Your Twitch client ID. required: true type: string channels: description: List of channels names required: true type: list {% endconfiguration %}