UNPKG

homebridge-mqtt-light-tasmota

Version:

Plugin to HomeBridge optimized for work with Itead Sonoff and Electrodragon Relay Board hardware with firmware Sonoff-Tasmota via MQTT. Also works with other accessories sending the light as a number (payload ex. 21.1).

44 lines (43 loc) 1.13 kB
{ "name": "homebridge-mqtt-light-tasmota", "version": "0.9.7", "description": "Plugin to HomeBridge optimized for work with Itead Sonoff and Electrodragon Relay Board hardware with firmware Sonoff-Tasmota via MQTT. Also works with other accessories sending the light as a number (payload ex. 21.1).", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/MacWyznawca/homebridge-mqtt-light-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", "DS18B20", "DHT22", "DHT11", "AM2301", "AM2302", "light" ], "author": "Jaromir Kopp", "license": "MIT", "bugs": { "url": "https://github.com/MacWyznawca/homebridge-mqtt-light-tasmota/issues" }, "homepage": "https://github.com/MacWyznawca/homebridge-mqtt-light-tasmota#readme" }