Move deCONZ light imports to reflect changes in pydeconz (#70469)
This commit is contained in:
parent
781f18e0c3
commit
790beb1346
8 changed files with 12 additions and 11 deletions
|
@ -3,7 +3,7 @@ from __future__ import annotations
|
|||
|
||||
from typing import Any, cast
|
||||
|
||||
from pydeconz.light import Cover
|
||||
from pydeconz.models.light.cover import Cover
|
||||
|
||||
from homeassistant.components.cover import (
|
||||
ATTR_POSITION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue