Cleanup unused loggers (components A-M) (#41600)
This commit is contained in:
parent
9e6df38994
commit
625bbe6238
251 changed files with 16 additions and 891 deletions
|
@ -1,6 +1,4 @@
|
|||
"""Support for Lutron lights."""
|
||||
import logging
|
||||
|
||||
from homeassistant.components.light import (
|
||||
ATTR_BRIGHTNESS,
|
||||
SUPPORT_BRIGHTNESS,
|
||||
|
@ -9,8 +7,6 @@ from homeassistant.components.light import (
|
|||
|
||||
from . import LUTRON_CONTROLLER, LUTRON_DEVICES, LutronDevice
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
"""Set up the Lutron lights."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue