add balance_dust_level parameter to make telegram less chatty

This commit is contained in:
Florian Reitmeir
2021-02-17 23:09:39 +01:00
committed by Matthias
parent 9968e4e49c
commit 0895407811
2 changed files with 6 additions and 3 deletions

View File

@@ -243,7 +243,8 @@ CONF_SCHEMA = {
}
}
},
'required': ['enabled', 'token', 'chat_id']
'required': ['enabled', 'token', 'chat_id'],
'balance_dust_level': 0.0001
},
'webhook': {
'type': 'object',