Skip to content

Commit c284b00

Browse files
Update manifest.json to version v0.34.0
1 parent 1ff1362 commit c284b00

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

custom_components/philips_airpurifier_coap/manifest.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"domain": "philips_airpurifier_coap",
33
"name": "Philips AirPurifier (with CoAP)",
4-
"codeowners": ["@kongo09"],
4+
"codeowners": [
5+
"@kongo09"
6+
],
57
"config_flow": true,
6-
"dependencies": ["frontend", "http"],
8+
"dependencies": [
9+
"frontend",
10+
"http"
11+
],
712
"dhcp": [
813
{
914
"macaddress": "B0F893*"
@@ -28,6 +33,9 @@
2833
"integration_type": "device",
2934
"iot_class": "local_push",
3035
"issue_tracker": "https://github.com/kongo09/philips-airpurifier-coap/issues",
31-
"requirements": ["aioairctrl==0.2.5", "getmac==0.9.4"],
32-
"version": "0.25.0"
36+
"requirements": [
37+
"aioairctrl==0.2.5",
38+
"getmac==0.9.4"
39+
],
40+
"version": "v0.34.0"
3341
}

0 commit comments

Comments
 (0)