-
- 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 @@ | ... | @@ -13,10 +13,15 @@ |
"amazon dash", | "amazon dash", | ||
"dash button" | "dash button" | ||
], | ], | ||
"scripts": { | |||
"start": "node index.js" | |||
}, | |||
"bin" : { | |||
"dashshmfind": "sudo node node_modules/node-dash-button/bin/findbutton" | |||
}, | |||
"dependencies": { | "dependencies": { | ||
"async": "*", | "node-dash-button": "*", | ||
"mqtt": "*", | "request" : "*" | ||
"node-dash-button": "*" | |||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | ... |
Please register or sign in to comment