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, Literal
from pydeconz.light import (
from pydeconz.models.light.fan import (
FAN_SPEED_25_PERCENT,
FAN_SPEED_50_PERCENT,
FAN_SPEED_75_PERCENT,