Cleanup unused loggers (components A-M) (#41600)
This commit is contained in:
parent
9e6df38994
commit
625bbe6238
251 changed files with 16 additions and 891 deletions
|
@ -1,6 +1,5 @@
|
|||
"""The Logitech Harmony Hub integration."""
|
||||
import asyncio
|
||||
import logging
|
||||
|
||||
from homeassistant.components.remote import (
|
||||
ATTR_ACTIVITY,
|
||||
|
@ -16,8 +15,6 @@ from homeassistant.helpers.dispatcher import async_dispatcher_send
|
|||
from .const import DOMAIN, HARMONY_OPTIONS_UPDATE, PLATFORMS
|
||||
from .remote import HarmonyRemote
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def async_setup(hass: HomeAssistant, config: dict):
|
||||
"""Set up the Logitech Harmony Hub component."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue