Skip to content

Commit

Permalink
Adjust default homemarker size in reconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Oct 13, 2024
1 parent e4c60f6 commit 7dd7695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dwd_weather/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7dd7695

Please sign in to comment.