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:
parent
e7e86d7a32
commit
d7ac53ae93
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue