mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Met Eireann: fix device info (#95683)
This commit is contained in:
parent
f0cb03e631
commit
86912d2409
@ -159,7 +159,7 @@ class MetEireannWeather(CoordinatorEntity, WeatherEntity):
|
|||||||
def device_info(self):
|
def device_info(self):
|
||||||
"""Device info."""
|
"""Device info."""
|
||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
default_name="Forecast",
|
name="Forecast",
|
||||||
entry_type=DeviceEntryType.SERVICE,
|
entry_type=DeviceEntryType.SERVICE,
|
||||||
identifiers={(DOMAIN,)},
|
identifiers={(DOMAIN,)},
|
||||||
manufacturer="Met Éireann",
|
manufacturer="Met Éireann",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user