Cleanup unused loggers (#46510)

This commit is contained in:
tkdrob 2021-02-14 07:46:58 -05:00 committed by GitHub
parent 10e88cd23d
commit a5a45f29e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 0 additions and 223 deletions

View file

@ -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,