Skip to content

Commit

Permalink
fix: Disable OTA for Philips 9290030674 as none is available currently.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 9, 2023
1 parent bd93b46 commit 260826c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/philips.js
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,8 @@ module.exports = [
await endpoint.read('msOccupancySensing', ['pirOToUDelay']);
await endpoint.read('msOccupancySensing', [48], {manufacturerCode: 4107});
},
ota: ota.zigbeeOTA,
// Temporary disable until OTA is available: https://github.com/Koenkk/zigbee2mqtt/issues/14923
// ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['LOM001'],
Expand Down

0 comments on commit 260826c

Please sign in to comment.