Skip to content

Commit

Permalink
Merge pull request #17 from jasonmadigan/1.0.6-prep
Browse files Browse the repository at this point in the history
v1.0.6 prep
  • Loading branch information
jasonmadigan authored Apr 10, 2024
2 parents ad42582 + dc7d67c commit 9ec490b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.6

- Some changes to support newer HKC panels

# 1.0.0

* Initial release
4 changes: 2 additions & 2 deletions custom_components/hkc_alarm/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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": [],
"codeowners": [
"@jasonmadigan"
],
"requirements": [
"pyhkc==0.4.1"
"pyhkc==0.4.2"
],
"config_flow": true,
"iot_class": "cloud_polling"
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9ec490b

Please sign in to comment.