2019-04-03 10:16:08 -07:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page Twitch Instructions on how to integrate Twitch sensors into Home Assistant. 2015-12-19 09:00 true false true true twitch.png Social 0.10 Cloud Polling
/components/sensor.twitch/

The twitch platform will allow you to monitor Twitch 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. 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:

# 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. required: true type: map keys: channel_id: description: Name of the channel. {% endconfiguration %}