This commit is contained in:
2026-01-13 12:52:49 +01:00
parent 474b41ffce
commit 94589f52d7
2 changed files with 10 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ from apps.abstraction.vendors import (
simulator,
zigbee2mqtt,
max,
test,
shelly,
tasmota,
hottis_pv_modbus,
@@ -40,6 +41,7 @@ for vendor_name, vendor_module in [
("simulator", simulator),
("zigbee2mqtt", zigbee2mqtt),
("max", max),
("test", test),
("shelly", shelly),
("tasmota", tasmota),
("hottis_pv_modbus", hottis_pv_modbus),