mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18:48:59 +00:00

* HTTPS-everywhere (update links in our website) * HTTPS-everywhere (round 2) * HTTPS-everywhere (round 3)
1007 B
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 |
|
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 %}