Skip to content

Commit a77be07

Browse files
3reality-supportjintjKoenkk
authored
fix: Disable unsupported power on behaviour for Third Reality 3RWK0148Z (#8275)
* update * Update third_reality.ts * Update third_reality.ts * Update src/devices/third_reality.ts Co-authored-by: Koen Kanters <[email protected]> * Update third_reality.ts * u * update * add * update * update 3r th2 cluster id * update 3r water kit battery --------- Co-authored-by: jintj <[email protected]> Co-authored-by: Koen Kanters <[email protected]>
1 parent 979ad07 commit a77be07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/third_reality.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ const definitions: DefinitionWithExtend[] = [
350350
description: 'Smart watering kit',
351351
extend: [
352352
battery({percentage: true, voltage: true, lowStatus: true, percentageReporting: true}),
353-
onOff(),
353+
onOff({powerOnBehavior: false}),
354354
deviceAddCustomCluster('3rWateringSpecialCluster', {
355355
ID: 0xfff2,
356356
manufacturerCode: 0x1407,

0 commit comments

Comments
 (0)