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

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
805 B
805 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
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 |
The twitch
platform will allow you to monitor Twitch channel status from within Home Assistant and setup automation based on the information.
To use Twitch with your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
platform: twitch
channels:
- channel1
- channel2
Configuration variables:
- channels array (Required): Array of channels.
- channel_name (Required): Name of the channel.