Added trailing slash to US growatt URL (#55504)

This commit is contained in:
muppet3000 2021-09-01 06:18:20 +01:00 committed by GitHub
parent 93c086d830
commit 343054494c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/",
] ]