From fffa70a13666cd2555cf437824ea31fab7107bc7 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Sun, 25 Sep 2022 04:03:54 +0200 Subject: [PATCH] Set OWM default mode to hourly legacy API (#78951) --- homeassistant/components/openweathermap/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/openweathermap/const.py b/homeassistant/components/openweathermap/const.py index 836a56c70b2..5a370604e1f 100644 --- a/homeassistant/components/openweathermap/const.py +++ b/homeassistant/components/openweathermap/const.py @@ -86,7 +86,7 @@ FORECAST_MODES = [ FORECAST_MODE_ONECALL_HOURLY, FORECAST_MODE_ONECALL_DAILY, ] -DEFAULT_FORECAST_MODE = FORECAST_MODE_ONECALL_DAILY +DEFAULT_FORECAST_MODE = FORECAST_MODE_HOURLY LANGUAGES = [ "af",