Skip to content

Commit

Permalink
Merge pull request #241 from elad-bar/discovery_keys
Browse files Browse the repository at this point in the history
Added empty argument for discovery_keys to satisfy new requirement
  • Loading branch information
kramttocs authored Oct 5, 2024
2 parents e2fab8b + d20106f commit 2ab5558
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.20

- Fix (another band-aid) for the ConfigEntry discovery_keys issue caused by 2024.10

## 1.0.19

- Fix (band-aid) for the ConfigEntry unique_id issue caused by 2024.6
Expand Down
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
2 changes: 1 addition & 1 deletion custom_components/blueiris/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/elad-bar/ha-blueiris/issues",
"requirements": [],
"version": "1.0.19"
"version": "1.0.20"
}

0 comments on commit 2ab5558

Please sign in to comment.