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,6 +1,4 @@
|
|||
"""OpenEnergyMonitor Thermostat Support."""
|
||||
import logging
|
||||
|
||||
from oemthermostat import Thermostat
|
||||
import requests
|
||||
import voluptuous as vol
|
||||
|
@ -26,9 +24,6 @@ from homeassistant.const import (
|
|||
)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
||||
{
|
||||
vol.Required(CONF_HOST): cv.string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue