Add powerprotection module

This commit is contained in:
Teemu Rytilahti
2024-12-04 14:04:20 +01:00
parent 123ea107b1
commit 06dbc7d7ce
2 changed files with 100 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ from .lightpreset import LightPreset
from .lightstripeffect import LightStripEffect
from .lighttransition import LightTransition
from .motionsensor import MotionSensor
from .powerprotection import PowerProtection
from .reportmode import ReportMode
from .temperaturecontrol import TemperatureControl
from .temperaturesensor import TemperatureSensor
@@ -64,4 +65,5 @@ __all__ = [
"FrostProtection",
"Thermostat",
"SmartLightEffect",
"PowerProtection",
]