Move flipr base entity to its own file (#100481)
* Move flipr base entity to its own file * Add forgotten __init__.py
This commit is contained in:
parent
b5c6e82374
commit
16cc87bf45
4 changed files with 35 additions and 32 deletions
|
@ -10,8 +10,8 @@ from homeassistant.config_entries import ConfigEntry
|
|||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from . import FliprEntity
|
||||
from .const import DOMAIN
|
||||
from .entity import FliprEntity
|
||||
|
||||
BINARY_SENSORS_TYPES: tuple[BinarySensorEntityDescription, ...] = (
|
||||
BinarySensorEntityDescription(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue