update control package facade docs
Some checks failed
CI and deploy / migration-check (pull_request) Failing after 12s
CI and deploy / deploy (pull_request) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-05-02 19:57:23 +02:00
parent 6129677756
commit 349a15e96a
2 changed files with 2 additions and 2 deletions

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