mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
1.1 KiB
1.1 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_platforms | ha_integration_type | related | ha_quality_scale | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Gitter | Instructions on how to integrate a Gitter room sensor with Home Assistant |
|
Cloud Polling | 0.47 | gitter |
|
integration |
|
legacy |
This gitter
{% term integration %} 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 {% term integration %} in your installation, add the following to your {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# 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 %}