
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
homebridge-androidtv
Advanced tools
Homebridge plugin to control your AndroidTV / Freebox Player Pop / Freemox Mini 4k
Homebridge plugin for AndroidTV, enabling HomeKit support for AndroidTV devices.
Note that this is an unofficial plugin.
npm install -g homebridge-androidtv
.You can configure channels, keys and applications (don't hesitate to create an HomeKit Scene to launch them by voice)
For channels, we always consider TV App as the first on the list channel shown after a 'Home' tap on regular remote
Example for French TV :
{
"channels": [
{"name": "TF1", "number": 1},
{"name": "France 2", "number": 2},
{"name": "France 3", "number": 3},
{"name": "France 5", "number": 5},
{"name": "M6", "number": 6},
{"name": "Arte", "number": 7},
{"name": "LCP", "number": 13},
{"name": "BMF TV", "number": 15},
{"name": "CNEWS", "number": 16},
{"name": "LCI", "number": 26},
{"name": "France Info", "number": 27}
]
}
Example for keys :
{
"keys": [
{"name": "Power", "key": "KEYCODE_POWER"},
{"name": "VolUp", "key": "KEYCODE_VOLUME_UP"},
{"name": "VolDown", "key": "KEYCODE_VOLUME_DOWN"},
{"name": "Home", "key": "KEYCODE_HOME"},
{"name": "Mute", "key": "KEYCODE_MUTE"}
]
}
Key code are listed here:
Example for populars applications :
{
"applications": [
{"name": "Netflix", "link": "https://www.netflix.com/title.*"},
{"name": "OQEE", "link": "https://oq.ee/home/"},
{"name": "Disney+", "link": "https://www.disneyplus.com"},
{"name": "Amazon Prime", "link": "https://app.primevideo.com"},
{"name": "Salto", "link": "https://www.salto.fr"}
]
}
You can find in Wiki a french TV by Free configuration
FAQs
Homebridge plugin to control your AndroidTV / Freebox Player Pop / Freemox Mini 4k
The npm package homebridge-androidtv receives a total of 39 weekly downloads. As such, homebridge-androidtv popularity was classified as not popular.
We found that homebridge-androidtv demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.