From b7b34f3dbb7eb991caa790e268ec6f279e8b999e Mon Sep 17 00:00:00 2001 From: kongo09 Date: Sun, 8 Dec 2024 21:18:01 +0000 Subject: [PATCH] Update manifest.json to version v0.33.0-beta.9 --- .../philips_airpurifier_coap/manifest.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/custom_components/philips_airpurifier_coap/manifest.json b/custom_components/philips_airpurifier_coap/manifest.json index 24563f73..117fbbdb 100644 --- a/custom_components/philips_airpurifier_coap/manifest.json +++ b/custom_components/philips_airpurifier_coap/manifest.json @@ -1,9 +1,14 @@ { "domain": "philips_airpurifier_coap", "name": "Philips AirPurifier (with CoAP)", - "codeowners": ["@kongo09"], + "codeowners": [ + "@kongo09" + ], "config_flow": true, - "dependencies": ["frontend", "http"], + "dependencies": [ + "frontend", + "http" + ], "dhcp": [ { "macaddress": "B0F893*" @@ -28,6 +33,9 @@ "integration_type": "device", "iot_class": "local_push", "issue_tracker": "https://github.com/kongo09/philips-airpurifier-coap/issues", - "requirements": ["aioairctrl==0.2.5", "getmac==0.9.4"], - "version": "0.25.0" + "requirements": [ + "aioairctrl==0.2.5", + "getmac==0.9.4" + ], + "version": "v0.33.0-beta.9" }