mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Added configuration_url for Met Eireann integration (#60380)
This commit is contained in:
parent
af8e1143b9
commit
dab2b17a17
@ -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",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user