Added configuration_url to Met.no integration (#60378)
parent
c9dc3a61af
commit
fabc55cbc4
|
@ -286,4 +286,5 @@ class MetWeather(CoordinatorEntity, WeatherEntity):
|
|||
identifiers={(DOMAIN,)}, # type: ignore[arg-type]
|
||||
manufacturer="Met.no",
|
||||
model="Forecast",
|
||||
configuration_url="https://www.met.no/en",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue