Skip to content

Commit

Permalink
Update no_ip URL (home-assistant#62477)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed Jan 4, 2022
1 parent 69b1a93 commit e3d2993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/no_ip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"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(
Expand Down

0 comments on commit e3d2993

Please sign in to comment.