Skip to content
Snippets Groups Projects
Commit 0a72ed0d authored by jabertwo's avatar jabertwo
Browse files

fix {{}}

parent 463db975
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ automation ansible:
target: -1001341516106
timeout: 30
message: >-
{{ states('sensor.esphome_status_power') }} kW bei angenehmen {{ states('sensor.temp') }}°C
{{ '{{' }} states('sensor.esphome_status_power') {{ '}}' }} kW bei angenehmen {{ '{{' }} states('sensor.temp') {{ '}}' }}°C
mode: restart
# Licht im Hackcenter dimmen
......@@ -293,7 +293,7 @@ automation ansible:
- service: mqtt.publish
data:
topic: light/dali
payload_template: "{{ states('input_number.dali_licht_hackcenter') | int }}"
payload_template: "{{ '{{' }} states('input_number.dali_licht_hackcenter') | int {{ '}}' }}"
mode: restart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment