Additional attribute to indicate the status of the last execution of an automation #101
Unanswered
swoga
asked this question in
Automations & scripts
Replies: 1 comment 1 reply
-
|
I think adding an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
It is currently not possible to determine (outside of traces) whether the last execution of an automation was successful.
My suggestion would be to extend the
automation.xxxentity with an attribute that indicates whether the last execution was successful.Various proposals for the attribute:
last_run_success: true | falselast_run_error: null | stringUse cases
I want to be able to detect a failed execution and send a notification, for example.
Current workarounds
No response
Anything else?
ported from forum: https://community.home-assistant.io/t/event-type-for-automation-error/752268/3
Beta Was this translation helpful? Give feedback.
All reactions