mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +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):
|
||||
"""Device info."""
|
||||
return DeviceInfo(
|
||||
default_name="Forecast",
|
||||
name="Forecast",
|
||||
entry_type=DeviceEntryType.SERVICE,
|
||||
identifiers={(DOMAIN,)},
|
||||
manufacturer="Met Éireann",
|
||||
|
Loading…
x
Reference in New Issue
Block a user