diff --git a/lib/controller.js b/lib/controller.js index d448f881f..4407163be 100644 --- a/lib/controller.js +++ b/lib/controller.js @@ -48,7 +48,8 @@ class Controller { new ExtensionBind(this.zigbee, this.mqtt, this.state, this.publishDeviceState), new ExtensionCoordinatorGroup(this.zigbee, this.mqtt, this.state, this.publishDeviceState), new ExtensionReporting(this.zigbee, this.mqtt, this.state, this.publishDeviceState), - new ExtensionPollLivoloSwitch(this.zigbee, this.mqtt, this.state, this.publishDeviceState), + // https://github.com/Koenkk/zigbee2mqtt/issues/592 + // new ExtensionPollLivoloSwitch(this.zigbee, this.mqtt, this.state, this.publishDeviceState), ]; if (settings.get().homeassistant) {