diff --git a/source/blueprints/integrations/conversation_notify_agent_agenda.yaml b/source/blueprints/integrations/conversation_notify_agent_agenda.yaml index cd7fb5ae4b8..7b33dd55529 100644 --- a/source/blueprints/integrations/conversation_notify_agent_agenda.yaml +++ b/source/blueprints/integrations/conversation_notify_agent_agenda.yaml @@ -123,7 +123,7 @@ action: Forecast: {{ forecast.condition }} ({{ forecast.temperature }}{{ temperature_unit }}, {{ forecast.precipitation }}% precipitation) {%- endif %} - Calendar "{{ state_attr(calendar_entity, 'friendly_name') }}" events for the next {{ calendar_duration.hours }}: + Calendar "{{ state_attr(calendar_entity, 'friendly_name') }}" events for the next {{ calendar_duration.hours }} hours: {%- set agenda = (events_response | items | first)[1] %} {%- if agenda.events %} {%- for event in agenda.events %} @@ -148,4 +148,4 @@ action: data: target: !input notify_target title: "{{ now().strftime('%A') }} Agenda" - message: "{{ agent.response.speech.plain.speech }}" \ No newline at end of file + message: "{{ agent.response.speech.plain.speech }}"