Update const.py to add new Australian Server URL (#126714)

Growatt is now redirecting Australian users to a new server. This adds support for this server.
This commit is contained in:
Euan de Kock 2024-09-26 00:04:03 +08:00 committed by GitHub
parent e7e86d7a32
commit d7ac53ae93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
]