diff --git a/homeassistant/components/met/weather.py b/homeassistant/components/met/weather.py index 43aeaad5872..53c372030f1 100644 --- a/homeassistant/components/met/weather.py +++ b/homeassistant/components/met/weather.py @@ -286,4 +286,5 @@ class MetWeather(CoordinatorEntity, WeatherEntity): identifiers={(DOMAIN,)}, # type: ignore[arg-type] manufacturer="Met.no", model="Forecast", + configuration_url="https://www.met.no/en", )