From 0769f1d39597deb420bf05cdd89bbf81504809d9 Mon Sep 17 00:00:00 2001 From: betaboon Date: Wed, 17 Mar 2021 16:42:49 +0100 Subject: [PATCH] wip --- custom_components/philips_airpurifier/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/philips_airpurifier/manifest.json b/custom_components/philips_airpurifier/manifest.json index 3ececf26..c907143a 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.5", + "version": "0.4.0-pre.6", "documentation": "https://github.com/betaboon/philips-airpurifier", "dependencies": [], "codeowners": ["@betaboon"], "requirements": [ - "aioairctrl @ git+https://github.com/betaboon/aioairctrl@v0.2.2#egg=aioairctrl" + "aioairctrl @ git+https://github.com/betaboon/aioairctrl@v0.2.1" ] }