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:
Jan-Philipp Benecke 2023-09-16 11:55:49 +02:00 committed by GitHub
parent b5c6e82374
commit 16cc87bf45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 32 deletions

View file

@ -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(