homebridge-tasmota-control
Version:
Homebridge plugin to control Tasmota flashed devices.
50 lines • 1.17 kB
JSON
{
"displayName": "Tasmota Control",
"name": "homebridge-tasmota-control",
"version": "1.3.3",
"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.9.0 || ^2.0.0 || ^2.0.0-beta.27 || ^2.0.0-alpha.37",
"node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
},
"dependencies": {
"axios": "^1.8.4"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"tasmota",
"hvac"
],
"contributors": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}