Skip to content

Commit 3d70c8f

Browse files
author
Vaclav
committed
black
1 parent 630490d commit 3d70c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/garbage_collection/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def step1_user_init(self, user_input: Dict, defaults=None):
108108
config_definition.reset_defaults()
109109
config_definition.set_defaults(1, defaults)
110110
config_definition.join_list(CONF_EXCLUDE_DATES)
111-
config_definition.join_list(CONF_INCLUDE_DATES)
111+
config_definition.join_list(CONF_INCLUDE_DATES)
112112
self.data_schema = config_definition.compile_config_flow(step=1)
113113
# Do not show name for Options_Flow. The name cannot be changed here
114114
if defaults is not None and CONF_NAME in self.data_schema:

0 commit comments

Comments
 (0)