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
|
@ -20,7 +20,8 @@ from homeassistant.util.percentage import (
|
|||
ranged_value_to_percentage,
|
||||
)
|
||||
|
||||
from . import KNOWN_DEVICES, HomeKitEntity
|
||||
from . import KNOWN_DEVICES
|
||||
from .entity import HomeKitEntity
|
||||
|
||||
# 0 is clockwise, 1 is counter-clockwise. The match to forward and reverse is so that
|
||||
# its consistent with homeassistant.components.homekit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue