Add default to internals

This commit is contained in:
Matthias 2019-12-25 10:41:04 +01:00
parent c6d6dbfdb1
commit eff5cc0568
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ CONF_SCHEMA = {
'forcebuy_enable': {'type': 'boolean'},
'internals': {
'type': 'object',
'default': {},
'properties': {
'process_throttle_secs': {'type': 'integer'},
'interval': {'type': 'integer'},