From fabc55cbc401a9d9b66c887e4ee87fea039ea57b Mon Sep 17 00:00:00 2001 From: Matt <5032824+mdawsonuk@users.noreply.github.com> Date: Thu, 25 Nov 2021 23:14:55 +0000 Subject: [PATCH] Added configuration_url to Met.no integration (#60378) --- homeassistant/components/met/weather.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/met/weather.py b/homeassistant/components/met/weather.py index 43aeaad5872..53c372030f1 100644 --- a/homeassistant/components/met/weather.py +++ b/homeassistant/components/met/weather.py @@ -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", )