Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
parent
ad6ce5fa83
commit
dde6305549
326 changed files with 84 additions and 1156 deletions
|
@ -1,12 +1,8 @@
|
|||
"""Support for interacting with Smappee Comport Plugs, Switches and Output Modules."""
|
||||
import logging
|
||||
|
||||
from homeassistant.components.switch import SwitchEntity
|
||||
|
||||
from .const import DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SWITCH_PREFIX = "Switch"
|
||||
ICON = "mdi:toggle-switch"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue