Move HKC entity classes into entity.py (#76333)

This commit is contained in:
J. Nick Koston 2022-08-06 08:10:26 -10:00 committed by GitHub
parent adce55b4db
commit c580bce879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 235 additions and 211 deletions

View file

@ -18,7 +18,8 @@ from homeassistant.const import STATE_CLOSED, STATE_CLOSING, STATE_OPEN, STATE_O
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
STATE_STOPPED = "stopped"