node-red-contrib-blindcontroller-v2
Version:
A collection of Node-Red nodes that automates the control of household roller blinds on the current position of the sun
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "node-red-contrib-blindcontroller-v2",
"version": "1.0.8",
"description": "A collection of Node-Red nodes that automates the control of household roller blinds on the current position of the sun",
"main": "blindcontroller/blindcontroller.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jncanches/node-red-contrib-blindcontroller-v2.git"
},
"keywords": [
"node-red",
"suncalc",
"home+automation",
"home+assistant",
"blind",
"cover",
"roller"
],
"author": {
"name": "jncanches",
"email": "jncanches@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jncanches/node-red-contrib-blindcontroller-v2/issues"
},
"homepage": "https://github.com/jncanches/node-red-contrib-blindcontroller-v2#readme",
"node-red": {
"nodes": {
"blindcontroller": "blindcontroller/blindcontroller.js"
}
}
}