Skip to content

Commit 40be450

Browse files
fix: Enable OTA for newer Hue Motion Sensors (#8749)
1 parent 3deb7bf commit 40be450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devices/philips.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2596,6 +2596,7 @@ const definitions: DefinitionWithExtend[] = [
25962596
await endpoint.read('msOccupancySensing', ['pirOToUDelay']);
25972597
await endpoint.read('msOccupancySensing', [48], {manufacturerCode: Zcl.ManufacturerCode.SIGNIFY_NETHERLANDS_B_V});
25982598
},
2599+
ota: true,
25992600
},
26002601
{
26012602
zigbeeModel: ['SML004'],
@@ -2624,8 +2625,7 @@ const definitions: DefinitionWithExtend[] = [
26242625
await endpoint.read('msOccupancySensing', ['pirOToUDelay']);
26252626
await endpoint.read('msOccupancySensing', [48], {manufacturerCode: Zcl.ManufacturerCode.SIGNIFY_NETHERLANDS_B_V});
26262627
},
2627-
// Temporary disable until OTA is available: https://github.com/Koenkk/zigbee2mqtt/issues/14923
2628-
// ota: true,
2628+
ota: true,
26292629
},
26302630
{
26312631
zigbeeModel: ['LOM001'],

0 commit comments

Comments
 (0)