mirror of
https://github.com/home-assistant/core.git
synced 2025-11-24 18:26:58 +00:00
Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user