Met Eireann: fix device info (#95683)

This commit is contained in:
Paulus Schoutsen 2023-07-02 10:31:30 -04:00 committed by GitHub
parent f0cb03e631
commit 86912d2409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",