Skip to content

Commit

Permalink
config flow update
Browse files Browse the repository at this point in the history
  • Loading branch information
Răzvan Ștefănescu committed May 31, 2023
1 parent d204859 commit 5458b16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/mediabrowser/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
DEFAULT_IGNORE_WEB_PLAYERS,
DEFAULT_PURGE_PLAYERS,
DEFAULT_SENSORS,
DEFAULT_SERVER_NAME,
DEFAULT_UPCOMING_MEDIA,
DOMAIN,
SENSOR_ITEM_TYPES,
Expand Down Expand Up @@ -148,7 +149,7 @@ async def async_step_manual(
previous_input = user_input or {}

default_url = None
default_name = None
default_name = DEFAULT_SERVER_NAME
default_username = None
default_password = None
if self.discovered_server_id is not None and self.available_servers is not None:
Expand Down

0 comments on commit 5458b16

Please sign in to comment.