Add smartdevice module for smooth transitions (#759)

* Add smart module for smooth transitions

* Fix tests

* Fix linting
This commit is contained in:
Teemu R
2024-02-19 20:39:20 +01:00
committed by GitHub
parent 11719991c0
commit 520b6bbae3
4 changed files with 51 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ from .modules import ( # noqa: F401
ChildDeviceModule,
DeviceModule,
EnergyModule,
LightTransitionModule,
TimeModule,
)
from .smartmodule import SmartModule