mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 10:38:22 +00:00
Added trailing slash to US growatt URL (#55504)
This commit is contained in:
parent
d4aadd8af0
commit
05cf223146
@ -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…
x
Reference in New Issue
Block a user