Skip to content

Commit 5dec6ca

Browse files
authored
REVERT: Koenkk#8845 PA-44Z: expose the test property to ring the alarm
Reverting as this approach is not working. According to the manufacturer, there should be a datapoint to trigger the alarm via Z2M but I don't have a tuya hub, and copying other devices' config didn't work.
1 parent 4b7c15c commit 5dec6ca

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
@@ -6384,7 +6384,7 @@ export const definitions: DefinitionWithExtend[] = [
63846384
e.smoke(),
63856385
e.battery(),
63866386
tuya.exposes.silence(),
6387-
tuya.exposes.selfTest(),
6387+
e.test(),
63886388
e.numeric("smoke_concentration", ea.STATE).withUnit("ppm").withDescription("Parts per million of smoke detected"),
63896389
e.binary("device_fault", ea.STATE, true, false).withDescription("Indicates a fault with the device"),
63906390
],

0 commit comments

Comments
 (0)