-
- Downloads
Switch to Home Assistant's API
Currently uses the wrong endpoint for changing state, so only HA is updated.
.gitignore
0 → 100644
... | ... | @@ -13,10 +13,15 @@ |
"amazon dash", | ||
"dash button" | ||
], | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"bin" : { | ||
"dashshmfind": "sudo node node_modules/node-dash-button/bin/findbutton" | ||
}, | ||
"dependencies": { | ||
"async": "*", | ||
"mqtt": "*", | ||
"node-dash-button": "*" | ||
"node-dash-button": "*", | ||
"request" : "*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please register or sign in to comment