From 2a6a7164d9ed205a6efad7104720517ccf753cae Mon Sep 17 00:00:00 2001 From: 3d <3d@n3rd3d.com> Date: Tue, 6 Aug 2024 17:52:12 +0200 Subject: [PATCH] Update configuration.yaml --- .../templates/config/configuration.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml index aad7d581..e9f03bca 100644 --- a/intern/docker_homeassistant/templates/config/configuration.yaml +++ b/intern/docker_homeassistant/templates/config/configuration.yaml @@ -290,8 +290,12 @@ automation ansible: data: target: -1001341516106 timeout: 30 - message: >- - {{ '{{' }} states('sensor.esphome_power_total_power') {{ '}}' }} W bei angenehmen {{ '{{' }} states('sensor.temp') {{ '}}' }}°C + message: > + Zähler Power: {{ '{{' }} states('sensor.esphome_power_total_power') {{ '}}' }} W + + Solar Power: {{ '{{' }} states('sensor.esphome_power_total_power') {{ '}}' }} W + + Temperatur Hackcenter: {{ '{{' }} states('sensor.temp') {{ '}}' }} °C mode: restart # Licht im Hackcenter dimmen -- GitLab