Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Aug 23, 2023
1 parent 60453fe commit 53e9666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bbox2/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
STEP_USER_DATA_SCHEMA = vol.Schema(
{
vol.Required(CONF_HOST, default=BBOX_URL): str,
vol.Required(CONF_PASSWORD): str,
vol.Optional(CONF_PASSWORD): str,
}
)

Expand Down

0 comments on commit 53e9666

Please sign in to comment.