From 0eb7b7cff58887cc33ab5ba96f77447099253a2c Mon Sep 17 00:00:00 2001 From: Robert Van Gorkom Date: Mon, 1 Jun 2020 07:02:42 -0700 Subject: [PATCH] Update gogogate2 documentation (#13173) Co-authored-by: Franck Nijhof --- source/_integrations/gogogate2.markdown | 36 +++++-------------------- 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/source/_integrations/gogogate2.markdown b/source/_integrations/gogogate2.markdown index c5dc645db8e..db0146391e2 100644 --- a/source/_integrations/gogogate2.markdown +++ b/source/_integrations/gogogate2.markdown @@ -9,37 +9,13 @@ ha_iot_class: Local Polling ha_domain: gogogate2 --- -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. +The GogoGate2 integration 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: +
+It is recommended to assign a static IP address to your GogoGate device. This ensures that it won't change IP addresses, so you won't have to change the configuration if it reboots and comes up with a different IP address. See your router's manual for details on how to set this up. If you need the MAC address of your GogoGate2, check the label on the bottom. +
-```yaml -# 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 %} +1. From the Home Assistant front-end, navigate to 'Configuration' then 'Integrations'. Under 'Set up a new integration' locate 'GogoGate2' and click 'Configure'. +2. Enter the IP address, username, password and name for the device and click 'Submit'.