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,5 +1,4 @@
|
|||
"""Support for AquaLogic sensors."""
|
||||
import logging
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
|
@ -17,8 +16,6 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
from . import DOMAIN, UPDATE_TOPIC
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
TEMP_UNITS = [TEMP_CELSIUS, TEMP_FAHRENHEIT]
|
||||
PERCENT_UNITS = [PERCENTAGE, PERCENTAGE]
|
||||
SALT_UNITS = ["g/L", "PPM"]
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
"""Support for AquaLogic switches."""
|
||||
import logging
|
||||
|
||||
from aqualogic.core import States
|
||||
import voluptuous as vol
|
||||
|
||||
|
@ -10,8 +8,6 @@ import homeassistant.helpers.config_validation as cv
|
|||
|
||||
from . import DOMAIN, UPDATE_TOPIC
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SWITCH_TYPES = {
|
||||
"lights": "Lights",
|
||||
"filter": "Filter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue