1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Cleanup unused loggers (components A-M) (#41600)

This commit is contained in:
Philip Allgaier
2020-10-12 16:59:05 +02:00
committed by GitHub
parent 9e6df38994
commit 625bbe6238
251 changed files with 16 additions and 891 deletions

View File

@@ -1,6 +1,4 @@
"""Support for Blinkstick lights."""
import logging
from blinkstick import blinkstick
import voluptuous as vol
@@ -16,8 +14,6 @@ from homeassistant.const import CONF_NAME
import homeassistant.helpers.config_validation as cv
import homeassistant.util.color as color_util
_LOGGER = logging.getLogger(__name__)
CONF_SERIAL = "serial"
DEFAULT_NAME = "Blinkstick"