Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/androidtv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Androidtv",
"documentation": "https://www.home-assistant.io/integrations/androidtv",
"requirements": [
"adb-shell==0.0.3",
"androidtv==0.0.29"
"adb-shell==0.0.4",
"androidtv==0.0.30"
],
"dependencies": [],
"codeowners": ["@JeffLIrion"]
Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ adafruit-blinka==1.2.1
adafruit-circuitpython-mcp230xx==1.1.2

# homeassistant.components.androidtv
adb-shell==0.0.3
adb-shell==0.0.4

# homeassistant.components.adguard
adguardhome==0.2.1
Expand Down Expand Up @@ -203,7 +203,7 @@ ambiclimate==0.2.1
amcrest==1.5.3

# homeassistant.components.androidtv
androidtv==0.0.29
androidtv==0.0.30

# 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 @@ -83,7 +83,7 @@ airly==0.0.2
ambiclimate==0.2.1

# homeassistant.components.androidtv
androidtv==0.0.29
androidtv==0.0.30

# homeassistant.components.apns
apns2==0.3.0
Expand Down