homebridge-tasmota-sonoff-thermostat
Version:
Homebridge plugin to make a tasmota sonoff work as a termostat
33 lines (32 loc) • 832 B
JSON
{
"name": "homebridge-tasmota-sonoff-thermostat",
"version": "1.0.6",
"description": "Homebridge plugin to make a tasmota sonoff work as a termostat",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tomcuzz/homebridge-Tasmota-Sonoff-Thermostat.git"
},
"keywords": [
"homebridge-plugin",
"Tasmota",
"Sonoff",
"Thermostat"
],
"author": "Thomas Cousin",
"license": "MIT",
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.0"
},
"bugs": {
"url": "https://github.com/Tomcuzz/homebridge-Tasmota-Sonoff-Thermostat/issues"
},
"homepage": "https://github.com/Tomcuzz/homebridge-Tasmota-Sonoff-Thermostat#readme",
"dependencies": {
"mqtt": "^2.9.0"
}
}