mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user