dependabot[bot] 41f61b8d46
Bump textlint-rule-terminology from 4.0.0 to 4.0.1 (#29736)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-11-07 12:31:01 +01:00

939 B

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_iot_class ha_release ha_domain ha_platforms ha_integration_type
Gitter Instructions on how to integrate a Gitter room sensor with Home Assistant
Sensor
Cloud Polling 0.47 gitter
sensor
integration

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 %}