Move HKC entity classes into entity.py (#76333)
This commit is contained in:
parent
adce55b4db
commit
c580bce879
17 changed files with 235 additions and 211 deletions
|
@ -17,7 +17,8 @@ from homeassistant.config_entries import ConfigEntry
|
|||
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
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue