diff --git a/lib/extension/deviceReport.js b/lib/extension/deviceReport.js index 1a37f3c89..26cf764fe 100644 --- a/lib/extension/deviceReport.js +++ b/lib/extension/deviceReport.js @@ -21,7 +21,7 @@ const reportInterval = { max: 3600, }; -const reportableChange = 0; +const reportableChange = 1; class DeviceReport { constructor(zigbee, mqtt, state, publishEntityState) {