Add vacuumconsumables

This commit is contained in:
Teemu Rytilahti
2024-11-30 17:11:46 +01:00
parent 74b59d7f98
commit dc04e83b4c
2 changed files with 134 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ from .temperaturesensor import TemperatureSensor
from .thermostat import Thermostat
from .time import Time
from .triggerlogs import TriggerLogs
from .vacuumconsumables import VacuumConsumables
from .waterleaksensor import WaterleakSensor
__all__ = [
@@ -63,5 +64,6 @@ __all__ = [
"TriggerLogs",
"FrostProtection",
"Thermostat",
"VacuumConsumables",
"SmartLightEffect",
]