mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00

* removed stale pure-python-adb reference Signed-off-by: Tobias Perschon <tobias@perschon.at> * reverted wrong changes Signed-off-by: Tobias Perschon <tobias@perschon.at> * removed wrong file Signed-off-by: Tobias Perschon <tobias@perschon.at> * cosmetic update Signed-off-by: Tobias Perschon <tobias@perschon.at> --------- Signed-off-by: Tobias Perschon <tobias@perschon.at>
12 lines
384 B
JSON
12 lines
384 B
JSON
{
|
|
"domain": "androidtv",
|
|
"name": "Android Debug Bridge",
|
|
"codeowners": ["@JeffLIrion", "@ollo69"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["adb_shell", "androidtv"],
|
|
"requirements": ["adb-shell[async]==0.4.4", "androidtv[async]==0.0.75"]
|
|
}
|