From 343054494c5a67e17999e56d18c4cfc99ce84a5f Mon Sep 17 00:00:00 2001 From: muppet3000 Date: Wed, 1 Sep 2021 06:18:20 +0100 Subject: [PATCH] Added trailing slash to US growatt URL (#55504) --- homeassistant/components/growatt_server/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/growatt_server/const.py b/homeassistant/components/growatt_server/const.py index 0b11e9994ca..e0297de5eff 100644 --- a/homeassistant/components/growatt_server/const.py +++ b/homeassistant/components/growatt_server/const.py @@ -7,7 +7,7 @@ DEFAULT_NAME = "Growatt" SERVER_URLS = [ "https://server.growatt.com/", - "https://server-us.growatt.com", + "https://server-us.growatt.com/", "http://server.smten.com/", ]