Newer Older
23 lines | 0.518kb
Bogdan Timofte authored 2 weeks ago
1
{
2
  "name": "node-red-contrib-z2m-zg-204zv",
3
  "version": "0.0.10",
4
  "description": "Node-RED node that consumes HomeBus ZG-204ZV streams and projects them to HomeKit using dynamic MQTT subscriptions",
5
  "main": "z2m-zg-204zv.js",
6
  "keywords": [
7
    "node-red",
8
    "zigbee2mqtt",
9
    "presence",
10
    "homekit",
11
    "temperature",
12
    "humidity",
13
    "illuminance",
14
    "battery"
15
  ],
16
  "author": "",
17
  "license": "MIT",
18
  "node-red": {
19
    "nodes": {
20
      "zg-204zv-homekit-adapter": "z2m-zg-204zv.js"
21
    }
22
  }
23
}