From 372ec315b540685357d087b3e314ae3478e5f85e Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 23 Nov 2021 13:00:44 -0500 Subject: [PATCH] Update settings.schema.json (#9803) * Update settings.schema.json * 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 e7cd03c71..5f6e62f87 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)", "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",