From b85af0a771fd1adc35aaba7bddca49ad990fc303 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 19:45:22 +0000 Subject: [PATCH] b31e8c286e7a77517a88e3e7eb2247e9a0fd2cc1 --- dist/util/settings.schema.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dist/util/settings.schema.json b/dist/util/settings.schema.json index 6f8e743e0..1f997aa86 100644 --- a/dist/util/settings.schema.json +++ b/dist/util/settings.schema.json @@ -855,7 +855,8 @@ "retain": { "type": "boolean", "title": "Retain", - "description": "Retain MQTT messages of this device" + "description": "Retain MQTT messages of this device", + "default": false }, "disabled": { "type": "boolean", @@ -960,10 +961,16 @@ "type": "string" }, "retain": { - "type": "boolean" + "type": "boolean", + "title": "Retain", + "description": "Retain MQTT messages of this group", + "default": false }, "optimistic": { - "type": "boolean" + "type": "boolean", + "title": "Optimistic", + "description": "Publish the expected state of group members after set", + "default": true }, "qos": { "type": ["number"],