mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add twitch docs
This commit is contained in:
parent
e92034cec2
commit
59581cc3d9
32
source/_components/sensor.twitch.markdown
Normal file
32
source/_components/sensor.twitch.markdown
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
layout: component
|
||||||
|
title: "Twitch sensor"
|
||||||
|
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: Sensor
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
The `twitch` platform will allow you to monitor your downloads with [Twtich](http://www.twitch.tv/) 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.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user