Skip to content

Commit

Permalink
Merge pull request #76 from OTZro/master
Browse files Browse the repository at this point in the history
fix proxy type
  • Loading branch information
osk2 authored Jul 19, 2023
2 parents a37ecfd + 893727b commit c165b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/panasonic_smart_app/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def _show_config_form(
{
vol.Required(CONF_USERNAME): str,
vol.Required(CONF_PASSWORD): str,
vol.Optional(CONF_PROXY, default=None): str,
vol.Optional(CONF_PROXY, default=''): str,
vol.Optional(CONF_UPDATE_INTERVAL, default=DEFAULT_UPDATE_INTERVAL): int,
}
),
Expand Down

0 comments on commit c165b3b

Please sign in to comment.