homebridge-philips-tv-ambilight-extended
Version:
Enhanced Homebridge plugin for Philips Android TV with proper TV icon, Ambilight control, and extended features
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "homebridge-philips-tv-ambilight-extended",
"version": "1.0.4",
"description": "Enhanced Homebridge plugin for Philips Android TV with proper TV icon, Ambilight control, and extended features",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"philips",
"android-tv",
"ambilight",
"television",
"tv",
"smart-tv",
"homekit",
"philips-tv",
"jointspace"
],
"author": "Mert Mutlu",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/m2ert/homebridge-philips-tv-ambilight-extended.git"
},
"bugs": {
"url": "https://github.com/m2ert/homebridge-philips-tv-ambilight-extended/issues"
},
"homepage": "https://github.com/m2ert/homebridge-philips-tv-ambilight-extended#readme",
"engines": {
"node": ">=14.0.0",
"homebridge": ">=1.0.0"
},
"dependencies": {
"request": "^2.88.2",
"wake_on_lan": "^1.0.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/m2ert"
},
"files": [
"index.js",
"PhilipsTV.js",
"README.md",
"config.sample.json"
]
}