Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jun 26, 2024
1 parent 4110896 commit e791a09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions custom_components/hkc_alarm/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"domain": "hkc_alarm",
"name": "HKC Alarm",
"version": "1.0.8",
"version": "1.0.9",
"documentation": "https://github.com/jasonmadigan/ha-hkc",
"issue_tracker": "https://github.com/jasonmadigan/ha-hkc/issues",
"dependencies": [],
"codeowners": [
"@jasonmadigan"
],
"requirements": [
"pyhkc==0.4.4"
"pyhkc==0.4.4",
"requests>=2.0.0,<3.0.0"
],
"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.8",
"hacs": "1.0.9",
"render_readme": true,
"homeassistant": "2024.6.1"
}
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ homeassistant==2024.6.1
pytest
pytest-homeassistant-custom-component==0.13.133
pytest-aiohttp
pyhkc==0.4.4
pyhkc==0.4.5

0 comments on commit e791a09

Please sign in to comment.