From 9cfe5e7c82ac591c71efc25835fce74e99a31807 Mon Sep 17 00:00:00 2001 From: betaboon Date: Wed, 17 Mar 2021 15:36:37 +0100 Subject: [PATCH] wip --- aioairctrl-shell.sh | 2 +- custom_components/philips_airpurifier/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aioairctrl-shell.sh b/aioairctrl-shell.sh index 095d8768..35346efd 100644 --- a/aioairctrl-shell.sh +++ b/aioairctrl-shell.sh @@ -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 diff --git a/custom_components/philips_airpurifier/manifest.json b/custom_components/philips_airpurifier/manifest.json index 2c28cefd..ec6c2d1c 100644 --- a/custom_components/philips_airpurifier/manifest.json +++ b/custom_components/philips_airpurifier/manifest.json @@ -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/aioairctrl@v0.2.0" + "git+https://github.com/betaboon/aioairctrl@v0.2.0" ] }