mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Update no_ip URL (#62477)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user