mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +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:
|
def device_info(self) -> DeviceInfo:
|
||||||
"""Device info."""
|
"""Device info."""
|
||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
default_name="Forecast",
|
name="Forecast",
|
||||||
entry_type=DeviceEntryType.SERVICE,
|
entry_type=DeviceEntryType.SERVICE,
|
||||||
identifiers={(DOMAIN,)}, # type: ignore[arg-type]
|
identifiers={(DOMAIN,)}, # type: ignore[arg-type]
|
||||||
manufacturer="Met.no",
|
manufacturer="Met.no",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user