From 4a63e65981b6bbd746a730e7ca2291aba7a6c975 Mon Sep 17 00:00:00 2001 From: toastedcornflakes Date: Sat, 11 Apr 2026 11:47:09 +0100 Subject: [PATCH] fix: Clarify units of pause_on_backoff_gt (#31668) --- lib/util/settings.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 95fadd9bd..98f3cc049 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -88,7 +88,7 @@ "title": "Pause on backoff greater than", "default": 0, "minimum": 0, - "description": "Pause availability pings when backoff reaches over this limit until a new Zigbee message is received from the device. A value of zero disables pausing." + "description": "Pause availability pings when the backoff multiplier reaches over this limit until a new Zigbee message is received from the device. A value of zero disables pausing." } }, "required": ["timeout"]