Automation:
`trigger: state
entity_id:
- event.washer_notification
to: washing_is_complete
attribute: event_type`
Event:
event_types: error_during_washing, washing_is_complete event_type: washing_is_complete friendly_name: Washer Notification
As shown in screenshot, the event is basically the same every time just with different timestamp. I suspect that's what caused the automation to fail to trigger. Is there any way I can have the automation fire with event like this?