Add small documentation about reload disabling

This commit is contained in:
Matthias
2021-06-19 16:49:54 +02:00
parent 6e99e3fbbb
commit a7f8342171
3 changed files with 7 additions and 2 deletions

View File

@@ -275,7 +275,8 @@ CONF_SCHEMA = {
'default': 'off'
},
}
}
},
'reload': {'type': 'boolean'},
},
'required': ['enabled', 'token', 'chat_id'],
},