From e1bc0b53a230dae0b5f9e95d9287bcc12a06eb8e Mon Sep 17 00:00:00 2001 From: Jorge Schrauwen Date: Sun, 30 May 2021 17:27:23 +0200 Subject: [PATCH] Update title/description for filtered_attributes and filtired_optimistic (#7643) * Update title/description for filtered_attributes and filtired_optimistic The way the frontend displays it is a bit confusing, this should hopefully clear that up. * Lint --- lib/util/settings.schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 0a3877405..391ff05d4 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -707,8 +707,8 @@ "type": "string" }, "examples": ["color_mode", "color_temp", "color"], - "title": "Filtered attributes", - "description": "Skip optimistic state after set for certain attributes, this has no effect if optimistic is set to false." + "title": "Filtered optimistic attributes", + "description": "Filter attributes from optimistic publish payload when calling /set. (This has no effect if optimistic is set to false)." }, "filtered_attributes": { "type": "array", @@ -716,8 +716,8 @@ "type": "string" }, "examples": ["temperature", "battery", "action"], - "title": "Filtered attributes", - "description": "Allows to prevent certain attributes from being published" + "title": "Filtered publish attributes", + "description": "Filter attributes from publish payload." }, "icon": { "type": "string",