Cleanup unused loggers (#46510)
This commit is contained in:
parent
10e88cd23d
commit
a5a45f29e2
65 changed files with 0 additions and 223 deletions
|
@ -1,6 +1,4 @@
|
|||
"""Support for Rheem EcoNet water heaters."""
|
||||
import logging
|
||||
|
||||
from pyeconet.equipment import EquipmentType
|
||||
|
||||
from homeassistant.const import (
|
||||
|
@ -25,9 +23,6 @@ WIFI_SIGNAL = "wifi_signal"
|
|||
RUNNING_STATE = "running_state"
|
||||
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def async_setup_entry(hass, entry, async_add_entities):
|
||||
"""Set up EcoNet sensor based on a config entry."""
|
||||
equipment = hass.data[DOMAIN][EQUIPMENT][entry.entry_id]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue