Skip to content

Commit

Permalink
Added empty argument for discovery_keys to satisfy new requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kramttocs committed Oct 5, 2024
1 parent e2fab8b commit d376a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/blueiris/managers/config_flow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ async def _update_entry(self):
data=self._data,
source="",
options=self._options,
discovery_keys={},
)

await self._config_manager.update(entry)
Expand All @@ -263,6 +264,7 @@ async def _update_entry(self):
data=self._data,
source="",
options=self._options,
discovery_keys={},
)

await self._config_manager.update(entry)
Expand Down

0 comments on commit d376a98

Please sign in to comment.