From 2afdd6e3f77f6f528e0a46f8159b38b307723524 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 28 Jan 2025 19:12:48 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Encoding=20error=20in=20boost-heating=20?= =?UTF-8?q?emoji=20(=E2=99=A8)=20(#8687)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/devices/tuya.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 15774d942c578..0e9ace71cf98a 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -4574,7 +4574,7 @@ const definitions: DefinitionWithExtend[] = [ .withUnit('s') .withDescription( 'Setting ' + - 'minimum 0 - maximum 465 seconds boost time. The boost (♨) function is activated. The remaining ' + + 'minimum 0 - maximum 465 seconds boost time. The boost (♨) function is activated. The remaining ' + 'time for the function will be counted down in seconds ( 465 to 0 ).', ) .withValueMin(0)