Allow for alternative external Growatt servers (#53102)
This commit is contained in:
parent
4546e14674
commit
18ec0544b9
5 changed files with 38 additions and 12 deletions
|
@ -5,6 +5,14 @@ DEFAULT_PLANT_ID = "0"
|
|||
|
||||
DEFAULT_NAME = "Growatt"
|
||||
|
||||
SERVER_URLS = [
|
||||
"https://server.growatt.com/",
|
||||
"https://server-us.growatt.com",
|
||||
"http://server.smten.com/",
|
||||
]
|
||||
|
||||
DEFAULT_URL = SERVER_URLS[0]
|
||||
|
||||
DOMAIN = "growatt_server"
|
||||
|
||||
PLATFORMS = ["sensor"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue