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,5 +1,4 @@
|
|||
"""Support for Insteon thermostat."""
|
||||
import logging
|
||||
from typing import List, Optional
|
||||
|
||||
from pyinsteon.constants import ThermostatMode
|
||||
|
@ -32,8 +31,6 @@ from .const import SIGNAL_ADD_ENTITIES
|
|||
from .insteon_entity import InsteonEntity
|
||||
from .utils import async_add_insteon_entities
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
COOLING = 1
|
||||
HEATING = 2
|
||||
DEHUMIDIFYING = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue