From 7dd769500955cd151b1637025b1ba7807dfdbee6 Mon Sep 17 00:00:00 2001 From: FL550 Date: Sun, 13 Oct 2024 17:37:09 +0000 Subject: [PATCH] Adjust default homemarker size in reconfigure --- custom_components/dwd_weather/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/dwd_weather/config_flow.py b/custom_components/dwd_weather/config_flow.py index 6107567..84dafb5 100644 --- a/custom_components/dwd_weather/config_flow.py +++ b/custom_components/dwd_weather/config_flow.py @@ -757,7 +757,7 @@ async def async_step_homemarker(self, user_input=None) -> FlowResult: # type: i CONF_MAP_HOMEMARKER_SIZE, default=self.config_entry.data[CONF_MAP_HOMEMARKER_SIZE] if CONF_MAP_HOMEMARKER_SIZE in self.config_entry.data - else 15, + else 10, ): NumberSelector( { "min": 1,