Add Gitter.im sensor docs (#2800)

This commit is contained in:
Fabian Affolter 2017-06-12 06:40:13 +02:00 committed by Paulus Schoutsen
parent a9bbdcf23d
commit 4eef332db2
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
---
layout: page
title: "Gitter Sensor"
description: "Instructions how to integrate a Gitter room sensor with Home Assistant"
date: 2017-06-11 09:00
sidebar: true
comments: false
sharing: true
footer: true
logo: gitter.png
ha_category: Sensor
ha_release: 0.47
---
This `gitter` sensor allows one to monitor a [Gitter.im](https://gitter.im) chatroom for unread messages.
To use a Gitter sensor in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yml entry
sensor:
- platform: gitter
api_key: YOUR_API_TOKEN
```
Configuration variables:
- **api_key** (*Required*): Your Gitter.im API token.
- **room** (*Optional*): Gitter room to monitor. Defaults to `home-assistant/home-assistant`

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB