From b5d9bff964865b25374bc4951e52a866b03a793a Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 22 Feb 2024 10:00:41 +0100 Subject: [PATCH] added optimistic mode for luce divano --- mqtt/light/sala.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mqtt/light/sala.yaml b/mqtt/light/sala.yaml index 84acbafa..74f5385e 100644 --- a/mqtt/light/sala.yaml +++ b/mqtt/light/sala.yaml @@ -81,7 +81,7 @@ - On/Off Graduale - Rosso/Verde qos: 0 - optimistic: false + optimistic: true ###################################################################### # Living Room Couch Light (White) @@ -119,4 +119,4 @@ # color_temp_template: "{{ (1000000/(((float(value_json.temp)-3000)/3500*4500)+2000)) | int }}" # retain: false # qos: 0 -# optimistic: false +# optimistic: true -- 2.47.3