mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Added configuration_url for Met Eireann integration (#60380)
This commit is contained in:
@@ -192,4 +192,5 @@ class MetEireannWeather(CoordinatorEntity, WeatherEntity):
|
|||||||
identifiers={(DOMAIN,)},
|
identifiers={(DOMAIN,)},
|
||||||
manufacturer="Met Éireann",
|
manufacturer="Met Éireann",
|
||||||
model="Forecast",
|
model="Forecast",
|
||||||
|
configuration_url="https://www.met.ie",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user