Skip to content

Commit

Permalink
fix: adjust config flow for amazon forwards
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 9, 2022
1 parent c875602 commit 63246b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mail_and_packages/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _get_default(key: str, fallback_default: Any = None) -> None:
CONF_RESOURCES, default=_get_default(CONF_RESOURCES)
): cv.multi_select(get_resources()),
vol.Optional(
CONF_AMAZON_FWDS, default=_get_default(CONF_AMAZON_FWDS, "")
CONF_AMAZON_FWDS, default=_get_default(CONF_AMAZON_FWDS)
): str,
vol.Optional(CONF_AMAZON_DAYS, default=_get_default(CONF_AMAZON_DAYS)): int,
vol.Optional(
Expand Down

0 comments on commit 63246b3

Please sign in to comment.