mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 21:10:25 +00:00
Move HKC entity classes into entity.py (#76333)
This commit is contained in:
@@ -17,7 +17,8 @@ from homeassistant.const import (
|
||||
from homeassistant.core import HomeAssistant, callback
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from . import KNOWN_DEVICES, HomeKitEntity
|
||||
from . import KNOWN_DEVICES
|
||||
from .entity import HomeKitEntity
|
||||
|
||||
CURRENT_STATE_MAP = {
|
||||
0: STATE_UNLOCKED,
|
||||
|
||||
Reference in New Issue
Block a user