Skip to content

Commit

Permalink
fix: Remove unsupported battery_low from SONOFF TRVZB #7582
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 10, 2024
1 parent bac88c5 commit 3b4aa1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devices/sonoff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ const definitions: Definition[] = [
.withSystemMode(['off', 'auto', 'heat'], ea.ALL, 'Mode of the thermostat')
.withRunningState(['idle', 'heat'], ea.STATE_GET),
e.battery(),
e.battery_low(),
],
fromZigbee: [
fz.thermostat,
Expand Down

0 comments on commit 3b4aa1f

Please sign in to comment.