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,4 @@
|
|||
"""Support for Aqualink pool lights."""
|
||||
import logging
|
||||
|
||||
from iaqualink import AqualinkLightEffect
|
||||
|
||||
from homeassistant.components.light import (
|
||||
|
@ -17,8 +15,6 @@ from homeassistant.helpers.typing import HomeAssistantType
|
|||
from . import AqualinkEntity, refresh_system
|
||||
from .const import DOMAIN as AQUALINK_DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue