diff --git a/homeassistant/components/growatt_server/const.py b/homeassistant/components/growatt_server/const.py
index fe8622bea7f267bcdae5a9e306bf749bcd5d8ed2..4ad62aa812b02ea7bb91c96ccca512e799fa05c2 100644
--- a/homeassistant/components/growatt_server/const.py
+++ b/homeassistant/components/growatt_server/const.py
@@ -12,6 +12,7 @@ SERVER_URLS = [
     "https://openapi.growatt.com/",  # Other regional server
     "https://openapi-cn.growatt.com/",  # Chinese server
     "https://openapi-us.growatt.com/",  # North American server
+    "https://openapi-au.growatt.com/",  # Australia Server
     "http://server.smten.com/",  # smten server
 ]