lockserver: add some config values + a README

This commit is contained in:
Finn 2024-11-24 19:29:35 -08:00
parent 04078b715b
commit 877ebbb96b
2 changed files with 9 additions and 0 deletions

5
lockserver/README.md Normal file
View file

@ -0,0 +1,5 @@
# LockServer
_better z-wave locks_
This is an experimental add-on to assist in managing Z-Wave locks. Currently the focus is managing access codes. It should automatically discover all of your locks. For details and development updates, visit [the repository](https://git.janky.solutions/finn/lockserver).

View file

@ -11,3 +11,7 @@ arch:
stage: experimental
watchdog: http://[HOST]:[PORT:8080]/health
image: git.janky.solutions/finn/lockserver
url: https://git.janky.solutions/finn/lockserver
panel_icon: mdi:lock-smart
services:
- zwave_js:need