mirror of
https://github.com/home-assistant/core.git
synced 2025-11-07 18:09:31 +00:00
Move Hub and Entity to separate module in ADS (#125665)
* Move Hub and Entity to separate module in ADS * Missed one
This commit is contained in:
@@ -17,7 +17,8 @@ import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
|
||||
|
||||
from . import CONF_ADS_VAR, DATA_ADS, STATE_KEY_STATE, AdsEntity
|
||||
from . import CONF_ADS_VAR, DATA_ADS, STATE_KEY_STATE
|
||||
from .entity import AdsEntity
|
||||
|
||||
DEFAULT_NAME = "ADS binary sensor"
|
||||
PLATFORM_SCHEMA = BINARY_SENSOR_PLATFORM_SCHEMA.extend(
|
||||
|
||||
Reference in New Issue
Block a user