From 0ab3ea91abe344d00f2d35b336739e587145ca7a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 23 Nov 2021 00:48:13 -0500 Subject: [PATCH 1/2] Update settings.schema.json --- lib/util/settings.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index e7cd03c715..bc823d84e1 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -55,7 +55,7 @@ "type": "object", "title": "Active", "requiresRestart": true, - "description": "Options for passive devices (routers/mains powered)", + "description": "Options for passive devices (mostly battery powered devices)", "properties": { "timeout": { "type": "number", @@ -71,7 +71,7 @@ ], "title": "Availability", "requiresRestart": true, - "description": "Checks wether devices are online/offline" + "description": "Checks whether devices are online/offline" }, "mqtt": { "type": "object", From c83574a3b7ea9b4718d9af419164693f6e70b191 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 23 Nov 2021 01:22:53 -0500 Subject: [PATCH 2/2] Update settings.schema.json --- 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 bc823d84e1..5f6e62f872 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -55,7 +55,7 @@ "type": "object", "title": "Active", "requiresRestart": true, - "description": "Options for passive devices (mostly battery powered devices)", + "description": "Options for passive devices (mostly battery powered)", "properties": { "timeout": { "type": "number",