Skip to content

Commit

Permalink
fix create entry error with some lower HA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-wong committed Jan 28, 2023
1 parent de0e9fe commit c4b11c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/bemfa/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ async def async_step_entities(
# end to sync

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

Expand Down
2 changes: 1 addition & 1 deletion custom_components/bemfa/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "bemfa",
"name": "Bemfa",
"version": "1.1.0",
"version": "1.1.1",
"config_flow": true,
"documentation": "https://github.com/larry-wong/bemfa",
"issue_tracker": "https://github.com/larry-wong/bemfa/issues",
Expand Down

0 comments on commit c4b11c3

Please sign in to comment.