Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jun 26, 2024
1 parent 20aa1d1 commit ae196e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.7",
"version": "1.0.8",
"documentation": "https://github.com/jasonmadigan/ha-hkc",
"issue_tracker": "https://github.com/jasonmadigan/ha-hkc/issues",
"dependencies": [],
"codeowners": [
"@jasonmadigan"
],
"requirements": [
"pyhkc==0.4.3"
"pyhkc==0.4.4"
],
"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.7",
"hacs": "1.0.8",
"render_readme": true,
"homeassistant": "2024.6.1"
}

0 comments on commit ae196e4

Please sign in to comment.