diff --git a/homeassistant/components/gogogate2/config_flow.py b/homeassistant/components/gogogate2/config_flow.py
index 8c33af6af1090f87f9def2721f02791f993251eb..bca340fa62bbc741a16045c942562962aa77fdbf 100644
--- a/homeassistant/components/gogogate2/config_flow.py
+++ b/homeassistant/components/gogogate2/config_flow.py
@@ -63,7 +63,7 @@ class Gogogate2FlowHandler(ConfigFlow, domain=DOMAIN):
                         CONF_IP_ADDRESS, default=user_input.get(CONF_IP_ADDRESS, "")
                     ): str,
                     vol.Required(
-                        CONF_USERNAME, default=user_input.get(CONF_USERNAME, "admin")
+                        CONF_USERNAME, default=user_input.get(CONF_USERNAME, "")
                     ): str,
                     vol.Required(
                         CONF_PASSWORD, default=user_input.get(CONF_PASSWORD, "")
diff --git a/homeassistant/components/gogogate2/manifest.json b/homeassistant/components/gogogate2/manifest.json
index 98aabba43b8fce13798d1e40b89e3526ed1e09c3..588d68484f2844ca50a2241a3e0a9ea8c7da2728 100644
--- a/homeassistant/components/gogogate2/manifest.json
+++ b/homeassistant/components/gogogate2/manifest.json
@@ -3,6 +3,6 @@
   "name": "Gogogate2",
   "config_flow": true,
   "documentation": "https://www.home-assistant.io/integrations/gogogate2",
-  "requirements": ["gogogate2-api==1.0.3"],
+  "requirements": ["gogogate2-api==1.0.4"],
   "codeowners": ["@vangorra"]
 }
diff --git a/homeassistant/components/gogogate2/strings.json b/homeassistant/components/gogogate2/strings.json
index d519d9b9ea04973503726ceb90f5bfef65bc9eee..bbd4e8d80d10c4361606d9b9f98869e228505824 100644
--- a/homeassistant/components/gogogate2/strings.json
+++ b/homeassistant/components/gogogate2/strings.json
@@ -10,7 +10,7 @@
     "step": {
       "user": {
         "title": "Setup GogoGate2",
-        "description": "Provide requisite information below. Note: only the 'admin' user is known to work.",
+        "description": "Provide requisite information below.",
         "data": {
           "ip_address": "IP Address",
           "username": "[%key:common::config_flow::data::username%]",
diff --git a/requirements_all.txt b/requirements_all.txt
index 460d8c6338bafb819e85da5f4edca6fee78dc2af..4e743f31a186fd4edb107406aa08c5b10c6c8354 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -660,7 +660,7 @@ glances_api==0.2.0
 gntp==1.0.3
 
 # homeassistant.components.gogogate2
-gogogate2-api==1.0.3
+gogogate2-api==1.0.4
 
 # homeassistant.components.google
 google-api-python-client==1.6.4
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index a05fc8c4d66e77bf2f4e608b17bbbe60db90ec15..2143c84d6d5dd12d5043e1c22c7dd31583dedd6a 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -310,7 +310,7 @@ gios==0.1.1
 glances_api==0.2.0
 
 # homeassistant.components.gogogate2
-gogogate2-api==1.0.3
+gogogate2-api==1.0.4
 
 # homeassistant.components.google
 google-api-python-client==1.6.4