Skip to content

Commit 2afdd6e

Browse files
authored
fix: Encoding error in boost-heating emoji (♨) (#8687)
1 parent d15812a commit 2afdd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/tuya.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4574,7 +4574,7 @@ const definitions: DefinitionWithExtend[] = [
45744574
.withUnit('s')
45754575
.withDescription(
45764576
'Setting ' +
4577-
'minimum 0 - maximum 465 seconds boost time. The boost (♨) function is activated. The remaining ' +
4577+
'minimum 0 - maximum 465 seconds boost time. The boost () function is activated. The remaining ' +
45784578
'time for the function will be counted down in seconds ( 465 to 0 ).',
45794579
)
45804580
.withValueMin(0)

0 commit comments

Comments
 (0)