Update no_ip URL (#62477)

This commit is contained in:
Fabian Affolter
2022-01-04 13:42:54 +01:00
committed by GitHub
parent 6a685f0315
commit e2f7a58a38

View File

@@ -35,7 +35,7 @@ NO_IP_ERRORS = {
"911": "A fatal error on NO-IP's side such as a database outage",
}
UPDATE_URL = "https://dynupdate.noip.com/nic/update"
UPDATE_URL = "https://dynupdate.no-ip.com/nic/update"
HA_USER_AGENT = f"{SERVER_SOFTWARE} {EMAIL}"
CONFIG_SCHEMA = vol.Schema(