diff --git a/homeassistant/components/met_eireann/weather.py b/homeassistant/components/met_eireann/weather.py index cce35731c72..bf0d7214c6e 100644 --- a/homeassistant/components/met_eireann/weather.py +++ b/homeassistant/components/met_eireann/weather.py @@ -159,7 +159,7 @@ class MetEireannWeather(CoordinatorEntity, WeatherEntity): def device_info(self): """Device info.""" return DeviceInfo( - default_name="Forecast", + name="Forecast", entry_type=DeviceEntryType.SERVICE, identifiers={(DOMAIN,)}, manufacturer="Met Éireann",