Cleanup unused loggers (#46510)
This commit is contained in:
parent
10e88cd23d
commit
a5a45f29e2
65 changed files with 0 additions and 223 deletions
|
@ -1,5 +1,4 @@
|
|||
"""Support for Z-Wave fans."""
|
||||
import logging
|
||||
import math
|
||||
from typing import Any, Callable, List, Optional
|
||||
|
||||
|
@ -22,8 +21,6 @@ from .const import DATA_CLIENT, DATA_UNSUBSCRIBE, DOMAIN
|
|||
from .discovery import ZwaveDiscoveryInfo
|
||||
from .entity import ZWaveBaseEntity
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SUPPORTED_FEATURES = SUPPORT_SET_SPEED
|
||||
|
||||
SPEED_RANGE = (1, 99) # off is not included
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue