From 6546fd206737a22fa687334a258ff2d83f941fb8 Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <6413499+elberfeld@users.noreply.github.com> Date: Fri, 14 Mar 2025 23:42:39 +0100 Subject: [PATCH] add area --- 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 c2211a67..d94d25c3 100644 --- a/intern/docker_homeassistant/templates/config/configuration.yaml +++ b/intern/docker_homeassistant/templates/config/configuration.yaml @@ -166,6 +166,7 @@ automation ansible: "device": { "identifiers": ["licht_hackcenter_01"], "name": "Licht Hackcenter", + "suggest_area": "hackcenter", "manufacturer": "warpzone", "model": "DALI" } -- GitLab