Cleanup unused loggers (components N-Z + tests) (#41982)

This commit is contained in:
Philip Allgaier
2020-10-17 04:24:08 +02:00
committed by GitHub
parent ad6ce5fa83
commit dde6305549
326 changed files with 84 additions and 1156 deletions

View File

@@ -1,5 +1,4 @@
"""Support for Notion binary sensors."""
import logging
from typing import Callable
from homeassistant.components.binary_sensor import (
@@ -29,8 +28,6 @@ from .const import (
SENSOR_WINDOW_HINGED_VERTICAL,
)
_LOGGER = logging.getLogger(__name__)
BINARY_SENSOR_TYPES = {
SENSOR_BATTERY: ("Low Battery", "battery"),
SENSOR_DOOR: ("Door", DEVICE_CLASS_DOOR),