Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

905 B

title, description, logo, ha_category, ha_release, redirect_from
title description logo ha_category ha_release redirect_from
Gitter Sensor Instructions on how to integrate a Gitter room sensor with Home Assistant gitter.png
Sensor
0.47
/components/sensor.gitter/

This gitter sensor allows one to monitor a Gitter.im chatroom for unread messages.

Configuration

Visit Gitter Developer Apps to retrieve your "Personal Access Token".

To use a Gitter sensor in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: gitter
    api_key: YOUR_API_TOKEN

{% configuration %} api_key: description: Your Gitter.im API token. required: true type: string room: description: Gitter room to monitor. required: false type: string default: home-assistant/home-assistant {% endconfiguration %}