Make action_buttons configuration optional (#211)

This commit is contained in:
Franck Nijhof 2021-04-19 19:54:54 +02:00 committed by GitHub
parent 9760060d1a
commit 4a91ee54ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,7 @@
"motion_webcontrol": false,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"action_buttons": []
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",