Skip to content

Commit

Permalink
fix defaults for amazon config flow
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 25, 2024
1 parent e101e44 commit 0201bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/mail_and_packages/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ async def _show_config_amazon(self, user_input):
"""Step 3 setup."""
# Defaults
defaults = {
CONF_AMAZON_DOMAIN: DEFAULT_AMAZON_DOMAIN,
CONF_AMAZON_FWDS: DEFAULT_AMAZON_FWDS,
CONF_AMAZON_DAYS: DEFAULT_AMAZON_DAYS,
}
Expand Down

0 comments on commit 0201bd1

Please sign in to comment.