From b9b76b351983558a3c284b65369e5ed58a667375 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Sat, 12 Sep 2020 14:53:41 -0700 Subject: [PATCH] Bump androidtv to 0.0.50 (#39998) --- homeassistant/components/androidtv/manifest.json | 2 +- homeassistant/components/androidtv/media_player.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/androidtv/manifest.json b/homeassistant/components/androidtv/manifest.json index 8e62813714e..f6c773941f1 100644 --- a/homeassistant/components/androidtv/manifest.json +++ b/homeassistant/components/androidtv/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://www.home-assistant.io/integrations/androidtv", "requirements": [ "adb-shell[async]==0.2.1", - "androidtv[async]==0.0.49", + "androidtv[async]==0.0.50", "pure-python-adb[async]==0.3.0.dev0" ], "codeowners": ["@JeffLIrion"] diff --git a/homeassistant/components/androidtv/media_player.py b/homeassistant/components/androidtv/media_player.py index 959c85abd77..1ea20dbeca5 100644 --- a/homeassistant/components/androidtv/media_player.py +++ b/homeassistant/components/androidtv/media_player.py @@ -380,7 +380,7 @@ def adb_decorator(override_available=False): # An unforeseen exception occurred. Close the ADB connection so that # it doesn't happen over and over again, then raise the exception. await self.aftv.adb_close() - self._available = False # pylint: disable=protected-access + self._available = False raise return _adb_exception_catcher diff --git a/requirements_all.txt b/requirements_all.txt index 7a2f5147e14..a01bd361ef0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -248,7 +248,7 @@ ambiclimate==0.2.1 amcrest==1.7.0 # homeassistant.components.androidtv -androidtv[async]==0.0.49 +androidtv[async]==0.0.50 # homeassistant.components.anel_pwrctrl anel_pwrctrl-homeassistant==0.0.1.dev2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index deae7ed6caa..bc875b264cb 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -149,7 +149,7 @@ airly==0.0.2 ambiclimate==0.2.1 # homeassistant.components.androidtv -androidtv[async]==0.0.49 +androidtv[async]==0.0.50 # homeassistant.components.apns apns2==0.3.0