From 62aefafc0446c7be1a74d9701b4c9bfa538af865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=BClsmann?= Date: Sat, 2 May 2026 09:18:30 +0200 Subject: [PATCH] fix: nicht existierende !include-Referenzen aus configuration.yaml entfernt --- configuration.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index b91be39..d554cbb 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -15,8 +15,3 @@ http: cors_allowed_origins: - http://localhost:8123 - http://127.0.0.1:8123 - -# Automation und Scripts -automation: !include automations.yaml -script: !include scripts.yaml -scene: !include scenes.yaml