Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update error handling to use HomeAssistantError #627

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

brg468
Copy link
Collaborator

@brg468 brg468 commented Sep 6, 2024

As discussed here: #559

Requires update in SecKatie/wyzeapy#93

Wrap common errors to raise HomeAssistantError. This means continue_on_error can be used in automations and scripts so that intermittent Wyze issues or connection issues don't fail the entire script.

Copy link
Owner

@SecKatie SecKatie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good. Thank you so much.

@SecKatie SecKatie merged commit 40c3792 into SecKatie:master Oct 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] PlugIn should wrap error to native HomeAssistant error to support 'continue_on_error'
2 participants