From d2d39bce3af5ef9130996eb70d780b0408689186 Mon Sep 17 00:00:00 2001 From: tronikos <tronikos@users.noreply.github.com> Date: Wed, 15 May 2024 06:48:57 -0700 Subject: [PATCH] Android TV Remote: Support launching any app by its application ID/package name (#116906) Bumps androidtvremote2 to 0.1.1 --- homeassistant/components/androidtv_remote/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/androidtv_remote/manifest.json b/homeassistant/components/androidtv_remote/manifest.json index 915586b3879..e24fcc5d653 100644 --- a/homeassistant/components/androidtv_remote/manifest.json +++ b/homeassistant/components/androidtv_remote/manifest.json @@ -8,6 +8,6 @@ "iot_class": "local_push", "loggers": ["androidtvremote2"], "quality_scale": "platinum", - "requirements": ["androidtvremote2==0.0.15"], + "requirements": ["androidtvremote2==0.1.1"], "zeroconf": ["_androidtvremote2._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 80591a046ac..c8168e0c6a1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -437,7 +437,7 @@ amcrest==1.9.8 androidtv[async]==0.0.73 # homeassistant.components.androidtv_remote -androidtvremote2==0.0.15 +androidtvremote2==0.1.1 # homeassistant.components.anel_pwrctrl anel-pwrctrl-homeassistant==0.0.1.dev2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 245b45606b2..f9ea2cf000d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -404,7 +404,7 @@ amberelectric==1.1.0 androidtv[async]==0.0.73 # homeassistant.components.androidtv_remote -androidtvremote2==0.0.15 +androidtvremote2==0.1.1 # homeassistant.components.anova anova-wifi==0.12.0 -- GitLab