From a8b8034d93e8d177ec70845a17639f645d728d9b Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <6413499+elberfeld@users.noreply.github.com>
Date: Fri, 14 Mar 2025 23:42:09 +0100
Subject: [PATCH] add object id

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

diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index fc7e16b2..c2211a67 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -152,6 +152,7 @@ automation ansible:
             {
               "name": "Licht Hackcenter",
               "unique_id": "licht_hackcenter_01",
+              "object_id": "licht_hackcenter",
               "state_topic": "stat/tasmota_B1233C/POWER",
               "command_topic": "cmnd/tasmota_B1233C/Power1",
               "brightness_state_topic": "light/dali_out",
-- 
GitLab