lockserver: add some config values + a README
This commit is contained in:
parent
04078b715b
commit
877ebbb96b
2 changed files with 9 additions and 0 deletions
5
lockserver/README.md
Normal file
5
lockserver/README.md
Normal 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).
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue