chore: Improve schema wording

This commit is contained in:
Matthias
2024-08-01 06:58:17 +02:00
parent b2db733c83
commit b3ac296cac

View File

@@ -734,7 +734,7 @@ CONF_SCHEMA = {
"default": {},
"properties": {
"process_throttle_secs": {
"description": "Throttle time in seconds for processing.",
"description": "Minimum loop duration for one bot iteration in seconds.",
"type": "integer",
},
"interval": {