Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
parent
ad6ce5fa83
commit
dde6305549
326 changed files with 84 additions and 1156 deletions
|
@ -1,5 +1,4 @@
|
|||
"""Support for Vera thermostats."""
|
||||
import logging
|
||||
from typing import Any, Callable, List, Optional
|
||||
|
||||
import pyvera as veraApi
|
||||
|
@ -28,8 +27,6 @@ from homeassistant.util import convert
|
|||
from . import VeraDevice
|
||||
from .common import ControllerData, get_controller_data
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
FAN_OPERATION_LIST = [FAN_ON, FAN_AUTO]
|
||||
|
||||
SUPPORT_FLAGS = SUPPORT_TARGET_TEMPERATURE | SUPPORT_FAN_MODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue