From d81ebf399c98e264cf80bc825640746013ec7681 Mon Sep 17 00:00:00 2001 From: Pino Date: Wed, 10 Jun 2026 20:38:48 +0200 Subject: [PATCH] feature/ha-api-integration: lokale HA-Adapterdateien aus vorheriger Sitzung aufnehmen --- app/ha/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/ha/__init__.py diff --git a/app/ha/__init__.py b/app/ha/__init__.py new file mode 100644 index 0000000..0e93b3e --- /dev/null +++ b/app/ha/__init__.py @@ -0,0 +1 @@ +# sillyhome-next.ha \ No newline at end of file