refactor-control-monolith #2

Merged
vojacekd merged 9 commits from refactor-control-monolith into main 2026-05-02 20:14:54 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 349a15e96a - Show all commits

View File

@@ -1,3 +1,3 @@
"""Deye / Modbus control export (monolith v exporter_monolith.py postupný split).""" """Deye / Modbus control export modules."""
from .exporter_monolith import * # noqa: F401,F403 from .exporter_monolith import * # noqa: F401,F403

View File

@@ -1,4 +1,4 @@
"""Export plánovaných setpointů na Modbus (Deye, EV, TČ) a HTTP do Loxone.""" """Zpětně kompatibilní fasáda pro původní control exporter importy."""
from __future__ import annotations from __future__ import annotations