-
- Downloads
Initial commit
parents
Branches
No related tags found
.gitignore
0 → 100644
README.md
0 → 100644
config-sample.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "dash-button-home-assistant-controller", | |||
"version": "0.1.0", | |||
"description": "Control Home Assistant entities with an Amazon Dash button", | |||
"author": "Erick Hitter <contact@ethitter.com>", | |||
"license": "GPL-2.0+", | |||
"main": "index.js", | |||
"keywords": [ | |||
"home assistant", | |||
"dash", | |||
"amazon dash", | |||
"dash button" | |||
], | |||
"scripts": { | |||
"start": "node index.js" | |||
}, | |||
"dependencies": { | |||
"node-dash-button": "*", | |||
"request" : "*" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://git.ethitter.com/open-source/dash-button-home-assistant-controller.git" | |||
} | |||
} |
Please register or sign in to comment