mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Added configuration_url to Met.no integration (#60378)
This commit is contained in:
parent
c9dc3a61af
commit
fabc55cbc4
@ -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",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user