Skip to content

Commit

Permalink
fix: Encoding error in boost-heating emoji (♨) (#8687)
Browse files Browse the repository at this point in the history
  • Loading branch information
srett authored Jan 28, 2025
1 parent d15812a commit 2afdd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2afdd6e

Please sign in to comment.