Add temperature control module for smart (#848)

This commit is contained in:
Teemu R
2024-04-22 13:39:07 +02:00
committed by GitHub
parent 890900daf3
commit 72db5c6447
5 changed files with 125 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ from .ledmodule import LedModule
from .lighttransitionmodule import LightTransitionModule
from .reportmodule import ReportModule
from .temperature import TemperatureSensor
from .temperaturecontrol import TemperatureControl
from .timemodule import TimeModule
__all__ = [
@@ -28,6 +29,7 @@ __all__ = [
"BatterySensor",
"HumiditySensor",
"TemperatureSensor",
"TemperatureControl",
"ReportModule",
"AutoOffModule",
"LedModule",