core/homeassistant/components/androidtv/manifest.json

15 lines
415 B
JSON

{
"domain": "androidtv",
"name": "Android TV",
"documentation": "https://www.home-assistant.io/integrations/androidtv",
"requirements": [
"adb-shell[async]==0.4.3",
"androidtv[async]==0.0.67",
"pure-python-adb[async]==0.3.0.dev0"
],
"codeowners": ["@JeffLIrion", "@ollo69"],
"config_flow": true,
"iot_class": "local_polling",
"loggers": ["adb_shell", "androidtv", "pure_python_adb"]
}