Added trailing slash to US growatt URL (#55504)
parent
93c086d830
commit
343054494c
|
@ -7,7 +7,7 @@ DEFAULT_NAME = "Growatt"
|
||||||
|
|
||||||
SERVER_URLS = [
|
SERVER_URLS = [
|
||||||
"https://server.growatt.com/",
|
"https://server.growatt.com/",
|
||||||
"https://server-us.growatt.com",
|
"https://server-us.growatt.com/",
|
||||||
"http://server.smten.com/",
|
"http://server.smten.com/",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue