Cleanup unused loggers (#46510)
This commit is contained in:
parent
10e88cd23d
commit
a5a45f29e2
65 changed files with 0 additions and 223 deletions
|
@ -1,7 +1,4 @@
|
|||
"""Test the Logitech Harmony Hub activity switches."""
|
||||
|
||||
import logging
|
||||
|
||||
from homeassistant.components.harmony.const import DOMAIN
|
||||
from homeassistant.components.remote import ATTR_ACTIVITY, DOMAIN as REMOTE_DOMAIN
|
||||
from homeassistant.components.switch import (
|
||||
|
@ -22,8 +19,6 @@ from .const import ENTITY_PLAY_MUSIC, ENTITY_REMOTE, ENTITY_WATCH_TV, HUB_NAME
|
|||
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def test_switch_toggles(mock_hc, hass, mock_write_config):
|
||||
"""Ensure calls to the switch modify the harmony state."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue