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 mill wifi-enabled home heaters."""
|
||||
import logging
|
||||
|
||||
from mill import Mill
|
||||
import voluptuous as vol
|
||||
|
||||
|
@ -36,8 +34,6 @@ from .const import (
|
|||
SERVICE_SET_ROOM_TEMP,
|
||||
)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SUPPORT_FLAGS = SUPPORT_TARGET_TEMPERATURE | SUPPORT_FAN_MODE
|
||||
|
||||
SET_ROOM_TEMP_SCHEMA = vol.Schema(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue