From 463db975d1f29e3b08efe7d145bf4adc53af3084 Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Thu, 6 Jul 2023 23:15:33 +0200
Subject: [PATCH] fix typo

---
 intern/docker_homeassistant/templates/config/configuration.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index 1bc6d44b..2337073d 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -309,7 +309,7 @@ automation ansible:
         target:
           entity_id:
             - climate.hackcenter_mitte
-            - climate.loung_vorne
+            - climate.lounge_vorne
             - climate.treppenhaus_thermostat_1
             - climate.vortragsraum_vorne
     mode: single
-- 
GitLab