diff --git a/hassio/utils/dt.py b/hassio/utils/dt.py index fb5033a88..f8f9601d7 100644 --- a/hassio/utils/dt.py +++ b/hassio/utils/dt.py @@ -12,7 +12,7 @@ UTC = pytz.utc _LOGGER = logging.getLogger(__name__) -FREEGEOIP_URL = "https://freegeoip.io/json/" +FREEGEOIP_URL = "https://freegeoip.net/json/" # Copyright (c) Django Software Foundation and individual contributors. # All rights reserved.