From dc7d67c55685e75442949a8212c079f4e4c1ed69 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Wed, 10 Apr 2024 11:08:18 +0100 Subject: [PATCH] v1.0.6 prep --- CHANGELOG.md | 4 ++++ custom_components/hkc_alarm/manifest.json | 4 ++-- hacs.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2bb5a..8dac91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.6 + +- Some changes to support newer HKC panels + # 1.0.0 * Initial release \ No newline at end of file diff --git a/custom_components/hkc_alarm/manifest.json b/custom_components/hkc_alarm/manifest.json index a585549..ef01c4e 100644 --- a/custom_components/hkc_alarm/manifest.json +++ b/custom_components/hkc_alarm/manifest.json @@ -1,7 +1,7 @@ { "domain": "hkc_alarm", "name": "HKC Alarm", - "version": "1.0.4", + "version": "1.0.6", "documentation": "https://github.com/jasonmadigan/ha-hkc", "issue_tracker": "https://github.com/jasonmadigan/ha-hkc/issues", "dependencies": [], @@ -9,7 +9,7 @@ "@jasonmadigan" ], "requirements": [ - "pyhkc==0.4.1" + "pyhkc==0.4.2" ], "config_flow": true, "iot_class": "cloud_polling" diff --git a/hacs.json b/hacs.json index 844d0a4..9f8fe18 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "HKC Alarm Integration for Home Assistant", - "hacs": "1.0.5", + "hacs": "1.0.6", "render_readme": true, "homeassistant": "2024.2.4" } \ No newline at end of file