Move HydrawiseEntity into entity.py (#93359)
This commit is contained in:
parent
9eca234948
commit
4d44d60e73
5 changed files with 42 additions and 36 deletions
|
@ -15,8 +15,8 @@ import homeassistant.helpers.config_validation as cv
|
|||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
|
||||
|
||||
from . import HydrawiseEntity
|
||||
from .const import DATA_HYDRAWISE, LOGGER
|
||||
from .entity import HydrawiseEntity
|
||||
|
||||
BINARY_SENSOR_STATUS = BinarySensorEntityDescription(
|
||||
key="status",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue