This commit is contained in:
J. Nick Koston 2023-11-19 09:58:43 -06:00
parent 88d3b5e32b
commit a9ae4f028f
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ from kasa import (
SmartDevice,
SmartStrip,
)
from kasa.discover import DEVICE_TYPE_TO_CLASS
from kasa.device_factory import DEVICE_TYPE_TO_CLASS
try:
from rich import print as _do_echo