Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
betaboon committed Mar 17, 2021
1 parent 777f7e6 commit 9cfe5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aioairctrl-shell.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
python="python3"
pip="pip3"
manifest=./custom_components/philips_airpurifier/manifest.json
aioairctrl=$(grep -Po '(?<=")aioairctrl[^"]+(?=")' $manifest)
aioairctrl=$(grep -Po 'git.*aioairctrl[^"]*' $manifest)

if ! command -v $python &> /dev/null
then
Expand Down
4 changes: 2 additions & 2 deletions custom_components/philips_airpurifier/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "philips_airpurifier",
"name": "Philips AirPurifier (with CoAP)",
"version": "0.4.0-pre.1",
"version": "0.4.0-pre.2",
"documentation": "https://github.com/betaboon/philips-airpurifier",
"dependencies": [],
"codeowners": ["@betaboon"],
"requirements": [
"aioairctrl @ git+https://github.com/betaboon/[email protected]"
"git+https://github.com/betaboon/[email protected]"
]
}

0 comments on commit 9cfe5e7

Please sign in to comment.