@tcousin/homebridge-hassio-input_select
Version:
A simple package to bridge input_select's from Home Assistant to Homekit using HomeBridge
33 lines (32 loc) • 853 B
JSON
{
"name": "@tcousin/homebridge-hassio-input_select",
"version": "0.0.1",
"description": "A simple package to bridge input_select's from Home Assistant to Homekit using HomeBridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tomcuzz/homebridge-hassio-input_select.git"
},
"keywords": [
"homebridge-plugin",
"Home Assistant",
"hassio",
"input_select"
],
"author": "Thomas Cousin",
"license": "MIT",
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.0"
},
"bugs": {
"url": "https://github.com/Tomcuzz/homebridge-hassio-input_select/issues"
},
"homepage": "https://github.com/Tomcuzz/homebridge-hassio-input_select#readme",
"dependencies": {
"mqtt": "^2.9.0"
}
}