- #31826 Allow to disable external JS extensions (@Nerivec)
- #12132 Allow whiteLabels of whiteLabels (@andrei-lazarov)
- #12147 Danfoss Ally: fix weekly schedule not settable (@storm1ng)
- #12076 Move Heiman‑specific converters to local and leverage cluster definitions (@svhelge)
- #12117 Namron thermostat: refactor converters to use typed cluster definitions (@svhelge)
- #12146 Plugwise 170-01: fix humidity reporting (@michelotten)
- #12133 Third Reality 3RAP0149BZ: make pressure conditional (@3reality-support)
- #31905 Tuya TS0505B_2: fix control (@Koenkk)
- #12142 Tuya TS0601_din_4: expose more features (@GrumpyMeow)
- #12144 Tuya TS1201: fix detection (@andrei-lazarov)
- #12150 Tuya: fix DND description (@andrei-lazarov)
- #1752 MoveToLevel min and max (@andrei-lazarov)
- #1753 Preserve genBasic attributes when re-read returns undefined (@rohankapoorcom)
This release adds support for 2 devices:








Please add to supported list:
https://www.aliexpress.com/item/1005009024318979.html
`const {iasZoneAlarm, temperature, humidity, battery, illuminance} = require('zigbee-herdsman-converters/lib/modernExtend');
const definition = {
zigbeeModel: ['TS0601'],
model: 'TS0601',
vendor: '_TZE200_rhgsbacq',
description: 'Automatically generated definition',
extend: [iasZoneAlarm({"zoneType":"generic","zoneAttributes":["alarm_1","alarm_2","tamper","battery_low"]}), temperature(), humidity(), battery(), illuminance()],
meta: {},
};
module.exports = definition;`