mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00

* 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
2 lines
41 B
Python
2 lines
41 B
Python
"""Tests for the androidtv component."""
|