home-assistant.io/source/_components/sensor.twitch.markdown
2016-08-14 14:29:57 -07:00

34 lines
772 B
Markdown

---
layout: page
title: "Twitch"
description: "Instructions how to integrate Twitch sensors into Home Assistant."
date: 2015-12-19 09:00
sidebar: true
comments: false
sharing: true
footer: true
logo: twitch.png
ha_category: Social
ha_release: "0.10"
---
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.
To use Twitch with your installation, add the following to your `configuration.yaml` file:
```yaml
# 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.