homebridge-philips-tv-ambilight-extended
Version:
Enhanced Homebridge platform plugin for Philips Android TV with proper TV icon, Ambilight control, and extended features
56 lines (55 loc) • 1.35 kB
JSON
{
"name": "homebridge-philips-tv-ambilight-extended",
"version": "2.0.1",
"description": "Enhanced Homebridge platform 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",
"philips-android-tv"
],
"author": "Mert Mutlu",
"license": "Apache-2.0",
"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"
},
"peerDependencies": {
"homebridge": ">=1.0.0"
},
"dependencies": {
"axios": "^1.12.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",
"config.schema.json"
]
}