Skip to content

Commit

Permalink
Bump androidtv to 0.0.66 (Android 11 support) (#68720)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion authored Mar 26, 2022
1 parent e844c23 commit b9b81da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/androidtv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/integrations/androidtv",
"requirements": [
"adb-shell[async]==0.4.0",
"androidtv[async]==0.0.63",
"androidtv[async]==0.0.66",
"pure-python-adb[async]==0.3.0.dev0"
],
"codeowners": ["@JeffLIrion", "@ollo69"],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ ambiclimate==0.2.1
amcrest==1.9.7

# homeassistant.components.androidtv
androidtv[async]==0.0.63
androidtv[async]==0.0.66

# homeassistant.components.anel_pwrctrl
anel_pwrctrl-homeassistant==0.0.1.dev2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ amberelectric==1.0.4
ambiclimate==0.2.1

# homeassistant.components.androidtv
androidtv[async]==0.0.63
androidtv[async]==0.0.66

# homeassistant.components.apprise
apprise==0.9.7
Expand Down

0 comments on commit b9b81da

Please sign in to comment.