diff --git a/homeassistant/components/met/weather.py b/homeassistant/components/met/weather.py index 05642c12991cd0..20822dc99732ae 100644 --- a/homeassistant/components/met/weather.py +++ b/homeassistant/components/met/weather.py @@ -218,7 +218,7 @@ def forecast(self) -> list[Forecast] | None: def device_info(self) -> DeviceInfo: """Device info.""" return DeviceInfo( - default_name="Forecast", + name="Forecast", entry_type=DeviceEntryType.SERVICE, identifiers={(DOMAIN,)}, # type: ignore[arg-type] manufacturer="Met.no",