From a7d8afc98b2ee0748b68518856abe0c29d3f5f88 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 17 Nov 2025 08:10:11 +0100 Subject: [PATCH] fix --- apps/ui/templates/dashboard.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index b6cbfc9..be11de0 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -1793,7 +1793,10 @@ method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ - target_temperature: targetTemp + type: 'thermostat', + payload: { + target: targetTemp + } }) });