Bump androidtv to 0.0.50 (#39998)
This commit is contained in:
parent
e55035b2f9
commit
285408b46c
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
"documentation": "https://www.home-assistant.io/integrations/androidtv",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"adb-shell[async]==0.2.1",
|
"adb-shell[async]==0.2.1",
|
||||||
"androidtv[async]==0.0.49",
|
"androidtv[async]==0.0.50",
|
||||||
"pure-python-adb[async]==0.3.0.dev0"
|
"pure-python-adb[async]==0.3.0.dev0"
|
||||||
],
|
],
|
||||||
"codeowners": ["@JeffLIrion"]
|
"codeowners": ["@JeffLIrion"]
|
||||||
|
|
|
@ -380,7 +380,7 @@ def adb_decorator(override_available=False):
|
||||||
# An unforeseen exception occurred. Close the ADB connection so that
|
# An unforeseen exception occurred. Close the ADB connection so that
|
||||||
# it doesn't happen over and over again, then raise the exception.
|
# it doesn't happen over and over again, then raise the exception.
|
||||||
await self.aftv.adb_close()
|
await self.aftv.adb_close()
|
||||||
self._available = False # pylint: disable=protected-access
|
self._available = False
|
||||||
raise
|
raise
|
||||||
|
|
||||||
return _adb_exception_catcher
|
return _adb_exception_catcher
|
||||||
|
|
|
@ -248,7 +248,7 @@ ambiclimate==0.2.1
|
||||||
amcrest==1.7.0
|
amcrest==1.7.0
|
||||||
|
|
||||||
# homeassistant.components.androidtv
|
# homeassistant.components.androidtv
|
||||||
androidtv[async]==0.0.49
|
androidtv[async]==0.0.50
|
||||||
|
|
||||||
# homeassistant.components.anel_pwrctrl
|
# homeassistant.components.anel_pwrctrl
|
||||||
anel_pwrctrl-homeassistant==0.0.1.dev2
|
anel_pwrctrl-homeassistant==0.0.1.dev2
|
||||||
|
|
|
@ -149,7 +149,7 @@ airly==0.0.2
|
||||||
ambiclimate==0.2.1
|
ambiclimate==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.androidtv
|
# homeassistant.components.androidtv
|
||||||
androidtv[async]==0.0.49
|
androidtv[async]==0.0.50
|
||||||
|
|
||||||
# homeassistant.components.apns
|
# homeassistant.components.apns
|
||||||
apns2==0.3.0
|
apns2==0.3.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue