blueprints/automation/wd-close-weather-notification.yaml aktualisiert

This commit is contained in:
2025-08-30 03:24:45 +00:00
parent bbe112c011
commit 08ba8831fe

View File

@@ -98,10 +98,11 @@ action:
- service: notify.notify
data:
target: !input.notify_target
target: "{{ !input 'notify_target' }}"
message: >
{{ !input.custom_message
| replace('{{ entity_name }}', states(trigger.entity_id).attributes.friendly_name)
| replace('{{ temperature }}', current_temp | string)
| replace('{{ condition }}', current_condition)
}}