Releases: FutureTense/lock-manager
Releases · FutureTense/lock-manager
v0.0.33g
Fix service calls (#43)
v0.0.32
Unified add/clear code services (#33) * Add support for zwave lock codes * Removed unused import * Add support for `zwave` lock codes * Ignore *s * Ignore "*" is code slots * Increased code refresh time to 5 seconds from 10 seconds * Unified add/clear code services * Add `add_code` service * Add `clear_code` service * Tweak the code slot sensor to continue rather than stop on codes with `*`s * Add debugging messages to sensor.py * Convert int to str to check for stars
v0.0.31
Updated for zwave and ozw. Codes will automatically synchronize to lock using new sensors.
v0.0.29
add clear_usercode after random code for locks where clear actually w…
0.0.28
Merge pull request #31 from FutureTense/code-sensor Code sensor
v0.0.26
Code sensor (#29) * Add code slot sensors (#27) * Template adjust for access counter * Update lock_manager_common.txt * Allow for ozw and zwave in same script * Add bool in config options to enable/disable ozw mode * Add 'binary_sensor.fake' as default for door sensor * Version remove -ozw tag since this should work for both versions now * Attempt number 2 * Fix template errors * WIP * Lock code slots working * Only load sensors if using ozw * Version bump * Remove old debuging code * Sync entity name with lock name * Formatting * Add num slots input number, sanatize user input (#28) * Sanitize user input on `lockname` * Add NUMSLOTS * ADDED FEATURE AUTOSYNC TO MAKE SURE UI PINS/STATUS IS REFLECTED IN LOCK SLOTS REMOVED NUMSLOTS input_number Co-authored-by: Chris <[email protected]>
0.0.25code-sensor
Add num slots input number, sanatize user input (#28) * Sanitize user input on `lockname` * Add NUMSLOTS
0.0.24
Add code slot sensors (#27) * Template adjust for access counter * Update lock_manager_common.txt * Allow for ozw and zwave in same script * Add bool in config options to enable/disable ozw mode * Add 'binary_sensor.fake' as default for door sensor * Version remove -ozw tag since this should work for both versions now * Attempt number 2 * Fix template errors * WIP * Lock code slots working * Only load sensors if using ozw * Version bump * Remove old debuging code * Sync entity name with lock name * Formatting
0.0.23
Merge pull request #22 from firstof9/ozw-version Ozw version
0.0.22
0.0.22