Move HydrawiseEntity into entity.py (#93359)

This commit is contained in:
David Knowles 2023-05-22 09:47:32 -04:00 committed by GitHub
parent 9eca234948
commit 4d44d60e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 36 deletions

View file

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