UNPKG

homebridge-tasmota-control

Version:
54 lines 1.22 kB
{ "displayName": "Tasmota Control", "name": "homebridge-tasmota-control", "version": "1.8.10", "description": "Homebridge plugin to control Tasmota flashed devices.", "license": "MIT", "author": "grzegorz914", "maintainers": [ "grzegorz914" ], "homepage": "https://github.com/grzegorz914/homebridge-tasmota-control#readme", "repository": { "type": "git", "url": "git+https://github.com/grzegorz914/homebridge-tasmota-control.git" }, "bugs": { "url": "https://github.com/grzegorz914/homebridge-tasmota-control/issues" }, "type": "module", "exports": { ".": "./index.js" }, "files": [ "src", "index.js", "config.schema.json", "package.json", "CHANGELOG.md", "README.md", "LICENSE" ], "engines": { "homebridge": "^1.8.0 || ^2.0.0", "node": "^20 || ^22 || ^24 || ^25 || ^26" }, "dependencies": { "axios": "^1.16.0" }, "keywords": [ "homebridge", "homebridge-plugin", "homekit", "tasmota", "hvac" ], "funding": { "type": "Buy Coffee To", "url": "https://buycoffee.to/grzegorz914" }, "contributors": [], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }