2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "androidtv",
|
2023-04-02 18:22:16 +00:00
|
|
|
"name": "Android Debug Bridge",
|
2023-02-08 19:29:44 +00:00
|
|
|
"codeowners": ["@JeffLIrion", "@ollo69"],
|
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
2023-02-08 19:29:44 +00:00
|
|
|
"integration_type": "device",
|
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["adb_shell", "androidtv", "pure_python_adb"],
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2022-07-10 21:56:04 +00:00
|
|
|
"adb-shell[async]==0.4.3",
|
2022-12-10 18:14:15 +00:00
|
|
|
"androidtv[async]==0.0.70",
|
2020-08-06 04:02:28 +00:00
|
|
|
"pure-python-adb[async]==0.3.0.dev0"
|
2023-02-08 19:29:44 +00:00
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|