Skip to content

Commit

Permalink
fix: Add ignore_tuya_set_time to TuYa X5H-GB-B (#6850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lederhaut committed Jan 7, 2024
1 parent 763ae37 commit ec2e9b5
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 @@ -4293,7 +4293,7 @@ const definitions: Definition[] = [
model: 'X5H-GB-B',
vendor: 'TuYa',
description: 'Wall-mount thermostat',
fromZigbee: [fz.ignore_basic_report, legacy.fromZigbee.x5h_thermostat],
fromZigbee: [fz.ignore_basic_report, fz.ignore_tuya_set_time, legacy.fromZigbee.x5h_thermostat],
toZigbee: [legacy.toZigbee.x5h_thermostat],
whiteLabel: [{vendor: 'Beok', model: 'TGR85-ZB'}, {vendor: 'AVATTO', model: 'ZWT-100-16A'}],
exposes: [
Expand Down

0 comments on commit ec2e9b5

Please sign in to comment.