homebridge-flume-water-sensor
Version:
Not production ready! Flume water sensor (using the leak and light sensor services) for Homebridge. As of Aug 5, 2020 this is actively in development so it's super buggy! I welcome your help debugging.
39 lines (38 loc) • 1.03 kB
JSON
{
"displayName": "Homebridge Flume Water Monitor",
"name": "homebridge-flume-water-sensor",
"version": "0.0.31",
"description": "Not production ready! Flume water sensor (using the leak and light sensor services) for Homebridge. As of Aug 5, 2020 this is actively in development so it's super buggy! I welcome your help debugging.",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"flume",
"water sensor",
"water monitor",
"leak detector",
"water leak detector"
],
"repository": {
"type": "git",
"url": "https://github.com/weallknowwhoisatfaulthere/homebridge-flume-water-sensor"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.0"
},
"author": {
"name": "Darrin Thomas",
"license": "BSD"
},
"dependencies": {
"homebridge-http-base": "1.0.0",
"node-fetch": ">=2.6.0",
"jwt-decode": ">=0.0"
},
"devDependencies": {
"semantic-release": "^15.13.2"
},
"scripts": {
"semantic-release": "semantic-release"
}
}