core/homeassistant/components/androidtv/manifest.json

12 lines
282 B
JSON
Raw Normal View History

{
"domain": "androidtv",
"name": "Android TV",
"documentation": "https://www.home-assistant.io/integrations/androidtv",
"requirements": [
"adb-shell[async]==0.2.0",
2020-07-23 21:18:46 +00:00
"androidtv[async]==0.0.46",
"pure-python-adb==0.2.2.dev0"
],
"codeowners": ["@JeffLIrion"]
}