mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +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]
|
||||
manufacturer="Met.no",
|
||||
model="Forecast",
|
||||
configuration_url="https://www.met.no/en",
|
||||
)
|
||||
|
Reference in New Issue
Block a user