mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Update no_ip URL (#62477)
This commit is contained in:
parent
6a685f0315
commit
e2f7a58a38
@ -35,7 +35,7 @@ NO_IP_ERRORS = {
|
|||||||
"911": "A fatal error on NO-IP's side such as a database outage",
|
"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}"
|
HA_USER_AGENT = f"{SERVER_SOFTWARE} {EMAIL}"
|
||||||
|
|
||||||
CONFIG_SCHEMA = vol.Schema(
|
CONFIG_SCHEMA = vol.Schema(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user