mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Added configuration_url to Met.no integration (#60378)
This commit is contained in:
@@ -286,4 +286,5 @@ class MetWeather(CoordinatorEntity, WeatherEntity):
|
|||||||
identifiers={(DOMAIN,)}, # type: ignore[arg-type]
|
identifiers={(DOMAIN,)}, # type: ignore[arg-type]
|
||||||
manufacturer="Met.no",
|
manufacturer="Met.no",
|
||||||
model="Forecast",
|
model="Forecast",
|
||||||
|
configuration_url="https://www.met.no/en",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user