mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"domain": "androidtv",
|
|
"name": "Android TV",
|
|
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
|
"requirements": [
|
|
"adb-shell==0.1.3",
|
|
"androidtv==0.0.40",
|
|
"pure-python-adb==0.2.2.dev0"
|
|
],
|
|
"codeowners": ["@JeffLIrion"]
|
|
}
|