diff --git a/blueprints/automation/wd-close-weather-notification.yaml b/blueprints/automation/wd-close-weather-notification.yaml index f7a2d80..c7bf081 100644 --- a/blueprints/automation/wd-close-weather-notification.yaml +++ b/blueprints/automation/wd-close-weather-notification.yaml @@ -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) }} +