Skip to content

Commit

Permalink
Merge pull request #24 from oncleben31/manifest
Browse files Browse the repository at this point in the history
Update integration and HACS manifest
  • Loading branch information
oncleben31 authored Jun 21, 2021
2 parents 8696eaf + c088435 commit 01ce64b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion custom_components/pool_pump/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "Pool Pump Manager",
"version": "0.0.2",
"documentation": "https://github.com/oncleben31/ha-pool_pump",
"issue_tracker": "https://github.com/oncleben31/ha-pool_pump/issues",
"dependencies": [],
"config_flow": false,
"codeowners": [
Expand All @@ -11,5 +12,6 @@
],
"requirements": [
"pypool_pump==0.0.1"
]
],
"iot_class": "calculated"
}
6 changes: 4 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"name": "Pool Pump Manager",
"content_in_root": false,
"render_readme": false,
"iot_class": "Cloud Polling"
}
"iot_class": "Cloud Polling",
"homeassistant": "2021.5.0",
"iot_class": "calculated"
}

0 comments on commit 01ce64b

Please sign in to comment.