Cleanup unused loggers (#46510)
This commit is contained in:
parent
10e88cd23d
commit
a5a45f29e2
65 changed files with 0 additions and 223 deletions
|
@ -1,6 +1,5 @@
|
|||
"""Binary sensors on Zigbee Home Automation networks."""
|
||||
import functools
|
||||
import logging
|
||||
|
||||
from homeassistant.components.binary_sensor import (
|
||||
DEVICE_CLASS_GAS,
|
||||
|
@ -32,8 +31,6 @@ from .core.const import (
|
|||
from .core.registries import ZHA_ENTITIES
|
||||
from .entity import ZhaEntity
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
# Zigbee Cluster Library Zone Type to Home Assistant device class
|
||||
CLASS_MAPPING = {
|
||||
0x000D: DEVICE_CLASS_MOTION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue