1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Bump androidtv to 0.0.25 and add tests (#26202)

* Add tests for androidtv

* Test that the error and reconnection attempts are logged correctly.

> "Handles device/service unavailable. Log a warning once when
> unavailable, log once when reconnected."

https://developers.home-assistant.io/docs/en/integration_quality_scale_index.html

* Clarify comment

* Add test for when the ADB shell command returns None

* Bump androidtv to 0.0.25
This commit is contained in:
Jeff Irion
2019-08-29 03:03:03 -07:00
committed by Pascal Vizeli
parent ec3d83c0cc
commit 789ad38c38
8 changed files with 253 additions and 9 deletions

View File

@@ -55,6 +55,7 @@ TEST_REQUIREMENTS = (
"aiounifi",
"aioswitcher",
"aiowwlln",
"androidtv",
"apns2",
"aprslib",
"av",