diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f0b6f..78b2331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/custom_components/blueiris/manifest.json b/custom_components/blueiris/manifest.json index bfde859..e7f8fff 100644 --- a/custom_components/blueiris/manifest.json +++ b/custom_components/blueiris/manifest.json @@ -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" }