v0.4.8
This release adds initial support for locks. It's "initial" because I don't own any locks, any my only testing has been against a Hubitat virtual lock. π
Lock entities support the basic lock
and unlock
functions.
User code management is handled through 4 new services:
clear_code
-- delete the user code at a given positionget_code
-- get the user code at a specific positionset_code
-- set the code at a specific position to a given value, and with an optional nameset_code_length
-- set the allowable length of user codes
You can try out the services in the Developer Tools page in Home Assistant.