Revert "Make action_buttons configuration optional" (#214)

This reverts commit 4a91ee54ca.
This commit is contained in:
Franck Nijhof 2021-04-19 23:04:35 +02:00 committed by GitHub
parent 0976a0ca4f
commit c1d42bd6a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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