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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
251 changed files with 16 additions and 891 deletions

View file

@ -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"]

View file

@ -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",