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 switching Arduino pins on and off."""
|
||||
import logging
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.switch import PLATFORM_SCHEMA, SwitchEntity
|
||||
|
@ -9,8 +7,6 @@ import homeassistant.helpers.config_validation as cv
|
|||
|
||||
from . import DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CONF_PINS = "pins"
|
||||
CONF_TYPE = "digital"
|
||||
CONF_NEGATE = "negate"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue