Skip to content

Commit

Permalink
Update manifest.json to version v0.27.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2024
1 parent 8a786b4 commit 27f2110
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions custom_components/philips_airpurifier_coap/manifest.json
Original file line number Diff line number Diff line change
@@ -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*"
Expand All @@ -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"
}

0 comments on commit 27f2110

Please sign in to comment.