mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Met: use correct device info keys (#95644)
This commit is contained in:
parent
591f1ee338
commit
c8d4225117
@ -218,7 +218,7 @@ class MetWeather(CoordinatorEntity[MetDataUpdateCoordinator], WeatherEntity):
|
||||
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user