diff --git a/automations.yaml b/automations.yaml index 2014c2a..4f9c64b 100644 --- a/automations.yaml +++ b/automations.yaml @@ -478,8 +478,8 @@ payload: '{"text": "{{message}}", "icon": "clockcolor", "duration": 16}' variables: message: '{% set t = now().hour %} {% set m = ''Morgen'' if t < 12 else ''Nachmittag'' - if t < 18 else ''Abend'' %} Guten {{m}} Marcus. Draußen sind es {{states(sensor.aussentemperatur)}} - Grad Celsius und es ist {{states(sensor.time)}} + if t < 18 else ''Abend'' %} Guten {{m}} Marcus. Draußen sind es {{states(''sensor.aussentemperatur'')}} + Grad Celsius und es ist {{states(''sensor.time'')}} ' mode: single