diff --git a/homeassistant/components/met_eireann/weather.py b/homeassistant/components/met_eireann/weather.py index 51bfa5b360a..ae09bc5845e 100644 --- a/homeassistant/components/met_eireann/weather.py +++ b/homeassistant/components/met_eireann/weather.py @@ -192,4 +192,5 @@ class MetEireannWeather(CoordinatorEntity, WeatherEntity): identifiers={(DOMAIN,)}, manufacturer="Met Éireann", model="Forecast", + configuration_url="https://www.met.ie", )