Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaclav committed Jan 8, 2022
1 parent 630490d commit 3d70c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/garbage_collection/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def step1_user_init(self, user_input: Dict, defaults=None):
config_definition.reset_defaults()
config_definition.set_defaults(1, defaults)
config_definition.join_list(CONF_EXCLUDE_DATES)
config_definition.join_list(CONF_INCLUDE_DATES)
config_definition.join_list(CONF_INCLUDE_DATES)
self.data_schema = config_definition.compile_config_flow(step=1)
# Do not show name for Options_Flow. The name cannot be changed here
if defaults is not None and CONF_NAME in self.data_schema:
Expand Down

0 comments on commit 3d70c8f

Please sign in to comment.