UNPKG

@dotwee/homebridge-z2m

Version:

Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.

9 lines 310 B
"use strict"; const settings_1 = require("./settings"); const platform_1 = require("./platform"); const hap_1 = require("./hap"); module.exports = (api) => { (0, hap_1.setHap)(api.hap); api.registerPlatform(settings_1.PLATFORM_NAME, platform_1.Zigbee2mqttPlatform); }; //# sourceMappingURL=index.js.map