Skip to content

Commit a977136

Browse files
authored
fix: Tuya PA-44Z: expose the test property to ring the alarm (#8845)
1 parent efd306c commit a977136

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
@@ -5787,7 +5787,7 @@ export const definitions: DefinitionWithExtend[] = [
57875787
e.smoke(),
57885788
e.battery(),
57895789
tuya.exposes.silence(),
5790-
e.test(),
5790+
tuya.exposes.selfTest(),
57915791
e.numeric('smoke_concentration', ea.STATE).withUnit('ppm').withDescription('Parts per million of smoke detected'),
57925792
e.binary('device_fault', ea.STATE, true, false).withDescription('Indicates a fault with the device'),
57935793
],

0 commit comments

Comments
 (0)