jbergler / hass-ttlock

Home Assistant integration for TTLock locks
57 stars 13 forks source link

Stop using async_register in service setup #108

Closed jbergler closed 5 months ago

jbergler commented 5 months ago

All the calls used register except this one, which wasn't being awaited either, so this likely also means cleanup_passcodes didn't actually work.

Fixes #107