Skip to content

Commit

Permalink
Android TV Remote: Bump androidtvremote2==0.0.7 (#91001)
Browse files Browse the repository at this point in the history
* Bump androidtvremote2 to 0.0.5

* Log exception that caused disconnect

* fix test

* Revert "fix test"

This reverts commit 63fbedd.

* Revert "Log exception that caused disconnect"

This reverts commit 110fa88.

* Bump androidtvremote2==0.0.7
  • Loading branch information
tronikos committed Apr 8, 2023
1 parent b1a23c5 commit 6c7f216
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_remote/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "local_push",
"loggers": ["androidtvremote2"],
"quality_scale": "platinum",
"requirements": ["androidtvremote2==0.0.5"],
"requirements": ["androidtvremote2==0.0.7"],
"zeroconf": ["_androidtvremote2._tcp.local."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ amcrest==1.9.7
androidtv[async]==0.0.70

# homeassistant.components.androidtv_remote
androidtvremote2==0.0.5
androidtvremote2==0.0.7

# 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 @@ -308,7 +308,7 @@ ambiclimate==0.2.1
androidtv[async]==0.0.70

# homeassistant.components.androidtv_remote
androidtvremote2==0.0.5
androidtvremote2==0.0.7

# homeassistant.components.anthemav
anthemav==1.4.1
Expand Down

0 comments on commit 6c7f216

Please sign in to comment.