diff --git a/custom_components/philips_airpurifier/manifest.json b/custom_components/philips_airpurifier/manifest.json index b45ce0c7..3ececf26 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.4", + "version": "0.4.0-pre.5", "documentation": "https://github.com/betaboon/philips-airpurifier", "dependencies": [], "codeowners": ["@betaboon"], "requirements": [ - "aioairctrl @ git+https://github.com/betaboon/aioairctrl@v0.2.2" + "aioairctrl @ git+https://github.com/betaboon/aioairctrl@v0.2.2#egg=aioairctrl" ] }