isort homekit (#30437)
This commit is contained in:
parent
536b201472
commit
df6c7b97f5
2 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ from homeassistant.const import (
|
|||
SERVICE_SET_COVER_POSITION,
|
||||
SERVICE_STOP_COVER,
|
||||
STATE_CLOSED,
|
||||
STATE_CLOSING,
|
||||
STATE_OPEN,
|
||||
STATE_OPENING,
|
||||
STATE_CLOSING,
|
||||
)
|
||||
|
||||
from . import TYPES
|
||||
|
|
|
@ -14,9 +14,9 @@ from homeassistant.const import (
|
|||
ATTR_ENTITY_ID,
|
||||
ATTR_SUPPORTED_FEATURES,
|
||||
STATE_CLOSED,
|
||||
STATE_CLOSING,
|
||||
STATE_OPEN,
|
||||
STATE_OPENING,
|
||||
STATE_CLOSING,
|
||||
STATE_UNAVAILABLE,
|
||||
STATE_UNKNOWN,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue