Skip to content

Commit

Permalink
set integration title to default
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-wong committed Jan 26, 2023
1 parent 7dcc83b commit de0e9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bemfa/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def async_step_user(
self._abort_if_unique_id_configured()

return self.async_create_entry(
title="Bemfa",
title="",
data=user_input,
)

Expand Down

0 comments on commit de0e9fe

Please sign in to comment.