From d20106f68f334c6d0b0fe8e3715c2487aa5e1d7b Mon Sep 17 00:00:00 2001 From: kramttocs <11565750+kramttocs@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:47:27 +0000 Subject: [PATCH] Added empty argument for discovery_keys to satisfy new requirement --- CHANGELOG.md | 4 ++++ custom_components/blueiris/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" }