mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 06:46:49 +00:00

* 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
1.2 KiB
1.2 KiB
title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title | description | logo | ha_category | ha_release | ha_iot_class | redirect_from | ||
---|---|---|---|---|---|---|---|---|
Gogogate2 Cover | Instructions on how to integrate Gogogate2-Enabled garage door covers into Home Assistant. | gogogate2.png |
|
0.67 | Local Polling |
|
The gogogate2
cover platform lets you control Gogogate2-Enabled garage doors through Home Assistant. Device names in Home Assistant are generated based on the names defined in your Gogogate2 mobile app.
Configuration
To use your Gogogate2 cover in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
cover:
- platform: gogogate2
username: email@email.com
password: password
ip_address: 192.168.1.200
{% configuration %} username: description: Your Gogogate2 account username. required: true type: string password: description: Your Gogogate2 account password. required: true type: string ip_address: description: The IP Address of your Gogogate2 device. required: true type: string name: description: Allows you to override the default name. default: gogogate2 required: false type: string {% endconfiguration %}