diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml index 60eef61e451277756e466e91cbf056eb4ed5f416..89abd21123910c5f7a2746c8b62af424e1ee8e63 100644 --- a/intern/docker_homeassistant/templates/config/configuration.yaml +++ b/intern/docker_homeassistant/templates/config/configuration.yaml @@ -150,6 +150,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", @@ -161,6 +162,7 @@ automation ansible: "device": { "identifiers": ["licht_hackcenter_01"], "name": "Licht Hackcenter", + "suggest_area": "hackcenter", "manufacturer": "warpzone", "model": "DALI" }