Skip to content

Commit

Permalink
Yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Feb 4, 2024
1 parent 15c3e40 commit aac8f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/bluesound_alt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""The bluesound component."""
"""The Bluesound component."""
2 changes: 1 addition & 1 deletion custom_components/bluesound_alt/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SchemaOptionsFlowHandler,
)

OPTIONS_SCHEMA = vol.Schema()
OPTIONS_SCHEMA = vol.Schema({})
OPTIONS_FLOW = {
"init": SchemaFlowFormStep(OPTIONS_SCHEMA),
}
Expand Down

0 comments on commit aac8f67

Please sign in to comment.