Make action_buttons configuration optional

This commit is contained in:
Franck Nijhof 2021-04-19 19:38:44 +02:00
parent 9760060d1a
commit a4f2cd8a31
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

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)?",