From 27f21105beb20e96644fb1c5c50bed903680d56c Mon Sep 17 00:00:00 2001 From: kongo09 Date: Sun, 24 Nov 2024 14:26:16 +0000 Subject: [PATCH] Update manifest.json to version v0.27.0-beta.1 --- .../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..b39e6d70 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.27.0-beta.1" }