{
  "name": "node-red-contrib-dmx-for-ha",
  "version": "0.9.25",
  "description": "DMX lighting control for Home Assistant via Node-RED and MQTT. Place a node, fill in the settings, deploy. Full HA device registry integration with RGBW/RGBWW/CCT/brightness colour modes, transitions, effects, and group control.",
  "keywords": [
    "node-red",
    "dmx",
    "dmx512",
    "home-assistant",
    "mqtt",
    "mqtt-discovery",
    "lighting",
    "building-automation",
    "rgb",
    "rgbw",
    "color-temp",
    "relay",
    "pir",
    "motion-sensor",
    "button",
    "smart-home"
  ],
  "author": "DeSwaggy",
  "license": "GPL-3.0",
  "main": "nodes/ha-mqtt-config.js",
  "node-red": {
    "version": ">=5.0.0",
    "nodes": {
      "ha-mqtt-area": "nodes/ha-mqtt-area.js",
      "ha-mqtt-button": "nodes/ha-mqtt-button.js",
      "ha-mqtt-config": "nodes/ha-mqtt-config.js",
      "ha-mqtt-dmx": "nodes/ha-mqtt-dmx.js",
      "ha-mqtt-dmx-group": "nodes/ha-mqtt-dmx-group.js",
      "ha-mqtt-pir": "nodes/ha-mqtt-pir.js",
      "ha-mqtt-relay": "nodes/ha-mqtt-relay.js",
      "ha-mqtt-site": "nodes/ha-mqtt-site.js",
      "ha-mqtt-system": "nodes/ha-mqtt-system.js",
      "lists": "nodes/lists.js"
    }
  },
  "engines": {
    "node": ">=24.0.0",
    "node-red": ">=5.0.0"
  },
  "files": [
    "nodes/",
    "profiles/",
    "examples/",
    "README.md",
    "LICENSE"
  ]
}