add balance_dust_level parameter to make telegram less chatty
This commit is contained in:
committed by
Matthias
parent
9968e4e49c
commit
0895407811
@@ -243,7 +243,8 @@ CONF_SCHEMA = {
|
||||
}
|
||||
}
|
||||
},
|
||||
'required': ['enabled', 'token', 'chat_id']
|
||||
'required': ['enabled', 'token', 'chat_id'],
|
||||
'balance_dust_level': 0.0001
|
||||
},
|
||||
'webhook': {
|
||||
'type': 'object',
|
||||
|
||||
Reference in New Issue
Block a user