Update no_ip URL (#62477)

pull/63377/head
Fabian Affolter 2022-01-04 13:42:54 +01:00 committed by GitHub
parent 6a685f0315
commit e2f7a58a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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(