Comment out Livolo switch code. #592 #1005

This commit is contained in:
Koen Kanters
2019-02-03 14:25:01 +01:00
parent a512ca2bd5
commit 35f0def29f
+2 -1
View File
@@ -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) {