kwikset-ha icon indicating copy to clipboard operation
kwikset-ha copied to clipboard

Kwikset Smart Locks integration for Home Assistant. The Kwikset App is exclusively for use with Kwikset Halo, Halo Touch, and Aura smart locks.

Results 13 kwikset-ha issues
Sort by recently updated
recently updated
newest added

Add scheduled access and auto-expiration to Kwikset locks - Implement scheduling and expiration features - New attributes: schedule, expiration_date, expiration_days - Update unlock method to check schedule and expiration -...

enhancement

Removes deprecated constant STATE_LOCKED and instead uses the LockState enum as described here: https://developers.home-assistant.io/blog/2024/09/23/state-constants-lock-deprecation/ Resolves Issue #75

enhancement

STATE_LOCKED was used from kwikset, this is a deprecated constant which will be removed in HA Core 2025.10. Use LockState.LOCKED instead, please report it to the author of the 'kwikset'...