Skip to content

Commit b1ca5c1

Browse files
committed
Fix solar date extraction in event creation sequence
1 parent bb84d33 commit b1ca5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_lunar_events.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ sequence:
133133
response_variable: response
134134
- variables:
135135
solar_date: >-
136-
{{ response.date if (response is defined and response.get('date')) }}
136+
{{ response.solar_date if (response is defined and response.get('solar_date')) }}
137137
- action: calendar.create_event
138138
data:
139139
summary: "{{ event_summary }}"

0 commit comments

Comments
 (0)