Move deCONZ light imports to reflect changes in pydeconz (#70469)

This commit is contained in:
Robert Svensson 2022-04-24 10:27:56 +02:00 committed by GitHub
parent 781f18e0c3
commit 790beb1346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 11 deletions

View file

@ -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,