Hi,
I’m lost there…
I’m trying yo debug a calendar event triggered automation. Shooting calendar events manually would make that so much easier than adding events manually.
I picked event_type
: state_changed
data (copied from a captured event):
entity_id: calendar.teszt
old_state:
entity_id: calendar.teszt
state: "on"
attributes:
message: mb1 booked
all_day: false
start_time: "2023-10-20 22:35:00"
end_time: "2023-10-20 23:00:00"
location: ""
description: ""
friendly_name: local teszt cal
supported_features: 7
last_changed: "2023-10-20T20:35:11.159266+00:00"
last_updated: "2023-10-20T20:35:11.159266+00:00"
context:
id: 01HD7CS45QKH3000J2H0RR39BG
parent_id: null
user_id: null
new_state:
entity_id: calendar.teszt
state: "off"
attributes:
friendly_name: local teszt cal
supported_features: 7
last_changed: "2023-10-20T21:00:11.191214+00:00"
last_updated: "2023-10-20T21:00:11.191214+00:00"
context:
id: 01HD7E6X1QD4FS9KBPMMXGZWVT
parent_id: null
user_id: null
but the automation does not get triggered.
What data I need to send?