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

refactor: change STATE_LOCKED and STATE_UNLOCKED to use LockState #391

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

firstof9
Copy link
Collaborator

Breaking change

This change is incompatible with older versions of Home Assistant before 2024.9.0

Proposed change

Use LockState enum and remove deprecated constants STATE_LOCKED and STATE_UNLOCKED

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (which adds functionality)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

@firstof9 firstof9 added code-quality breaking-change Changes that will require user intervention labels Oct 30, 2024
@firstof9 firstof9 merged commit d2a3464 into main Oct 30, 2024
6 of 8 checks passed
@firstof9 firstof9 deleted the firstof9-patch-1 branch October 30, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Changes that will require user intervention code-quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ISSUE: STATE_LOCKED and STATE_UNLOCKED are deprecated
1 participant