UNPKG

homebridge-mqtt-switch-tasmota

Version:

Plugin to HomeBridge optimized for work with Itead Sonoff and Electrodragon Relay Board hardware with firmware Sonoff-Tasmota via MQTT.

39 lines (38 loc) 995 B
{ "name": "homebridge-mqtt-switch-tasmota", "version": "0.9.9", "description": "Plugin to HomeBridge optimized for work with Itead Sonoff and Electrodragon Relay Board hardware with firmware Sonoff-Tasmota via MQTT.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/MacWyznawca/homebridge-mqtt-switch-tasmota.git" }, "dependencies": { "mqtt": "^1.12.0" }, "engines": { "homebridge": ">=0.2.0", "node": ">4.0.0" }, "keywords": [ "homebridge-plugin", "homebridge", "homekit", "sonoff", "itead", "tasmota", "Sonoff-Tasmota", "electrodragon", "Wifi IoT Relay Board", "Relay" ], "author": "Jaromir Kopp", "license": "MIT", "bugs": { "url": "https://github.com/MacWyznawca/homebridge-mqtt-switch-tasmota/issues" }, "homepage": "https://github.com/MacWyznawca/homebridge-mqtt-switch-tasmota#readme" }