2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "androidtv",
|
2020-01-06 22:59:12 +00:00
|
|
|
"name": "Android TV",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2021-06-21 06:23:22 +00:00
|
|
|
"adb-shell[async]==0.3.4",
|
2021-06-13 16:22:20 +00:00
|
|
|
"androidtv[async]==0.0.60",
|
2020-08-06 04:02:28 +00:00
|
|
|
"pure-python-adb[async]==0.3.0.dev0"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@JeffLIrion"],
|
|
|
|
"iot_class": "local_polling"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|