Cleanup unused loggers (#46510)

This commit is contained in:
tkdrob
2021-02-14 07:46:58 -05:00
committed by GitHub
parent 10e88cd23d
commit a5a45f29e2
65 changed files with 0 additions and 223 deletions

View File

@@ -1,6 +1,4 @@
"""Support for Rheem EcoNet water heaters."""
import logging
from pyeconet.equipment import EquipmentType
from homeassistant.components.binary_sensor import (
@@ -12,8 +10,6 @@ from homeassistant.components.binary_sensor import (
from . import EcoNetEntity
from .const import DOMAIN, EQUIPMENT
_LOGGER = logging.getLogger(__name__)
SENSOR_NAME_RUNNING = "running"
SENSOR_NAME_SHUTOFF_VALVE = "shutoff_valve"
SENSOR_NAME_VACATION = "vacation"