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, Literal
|
||||
|
||||
from pydeconz.light import (
|
||||
from pydeconz.models.light.fan import (
|
||||
FAN_SPEED_25_PERCENT,
|
||||
FAN_SPEED_50_PERCENT,
|
||||
FAN_SPEED_75_PERCENT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue