Skip to content

v0.4.8

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 23 Feb 05:24
· 350 commits to master since this release

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 position
  • get_code -- get the user code at a specific position
  • set_code -- set the code at a specific position to a given value, and with an optional name
  • set_code_length -- set the allowable length of user codes

You can try out the services in the Developer Tools page in Home Assistant.