mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Remove stale requirement for androidtv (#132319)
* 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>
This commit is contained in:
parent
f68b78d00e
commit
5137b06ee7
@ -110,7 +110,7 @@ def _setup_androidtv(
|
|||||||
adb_log = f"using Python ADB implementation with adbkey='{adbkey}'"
|
adb_log = f"using Python ADB implementation with adbkey='{adbkey}'"
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# Use "pure-python-adb" (communicate with ADB server)
|
# Communicate via ADB server
|
||||||
signer = None
|
signer = None
|
||||||
adb_log = (
|
adb_log = (
|
||||||
"using ADB server at"
|
"using ADB server at"
|
||||||
|
@ -151,5 +151,5 @@ class AndroidTVEntity(Entity):
|
|||||||
# Using "adb_shell" (Python ADB implementation)
|
# Using "adb_shell" (Python ADB implementation)
|
||||||
self.exceptions = ADB_PYTHON_EXCEPTIONS
|
self.exceptions = ADB_PYTHON_EXCEPTIONS
|
||||||
else:
|
else:
|
||||||
# Using "pure-python-adb" (communicate with ADB server)
|
# Communicate via ADB server
|
||||||
self.exceptions = ADB_TCP_EXCEPTIONS
|
self.exceptions = ADB_TCP_EXCEPTIONS
|
||||||
|
@ -6,10 +6,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["adb_shell", "androidtv", "pure_python_adb"],
|
"loggers": ["adb_shell", "androidtv"],
|
||||||
"requirements": [
|
"requirements": ["adb-shell[async]==0.4.4", "androidtv[async]==0.0.75"]
|
||||||
"adb-shell[async]==0.4.4",
|
|
||||||
"androidtv[async]==0.0.75",
|
|
||||||
"pure-python-adb[async]==0.3.0.dev0"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -1662,9 +1662,6 @@ psutil==6.1.0
|
|||||||
# homeassistant.components.pulseaudio_loopback
|
# homeassistant.components.pulseaudio_loopback
|
||||||
pulsectl==23.5.2
|
pulsectl==23.5.2
|
||||||
|
|
||||||
# homeassistant.components.androidtv
|
|
||||||
pure-python-adb[async]==0.3.0.dev0
|
|
||||||
|
|
||||||
# homeassistant.components.pushbullet
|
# homeassistant.components.pushbullet
|
||||||
pushbullet.py==0.11.0
|
pushbullet.py==0.11.0
|
||||||
|
|
||||||
|
@ -1360,9 +1360,6 @@ psutil-home-assistant==0.0.1
|
|||||||
# homeassistant.components.systemmonitor
|
# homeassistant.components.systemmonitor
|
||||||
psutil==6.1.0
|
psutil==6.1.0
|
||||||
|
|
||||||
# homeassistant.components.androidtv
|
|
||||||
pure-python-adb[async]==0.3.0.dev0
|
|
||||||
|
|
||||||
# homeassistant.components.pushbullet
|
# homeassistant.components.pushbullet
|
||||||
pushbullet.py==0.11.0
|
pushbullet.py==0.11.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user