mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Add Gitter.im sensor docs (#2800)
This commit is contained in:
parent
a9bbdcf23d
commit
4eef332db2
31
source/_components/sensor.gitter.markdown
Normal file
31
source/_components/sensor.gitter.markdown
Normal 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`
|
||||
|
BIN
source/images/supported_brands/gitter.png
Normal file
BIN
source/images/supported_brands/gitter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
x
Reference in New Issue
Block a user