mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-03 02:21:38 +00:00
Fix start being called twice for external extensions. https://github.com/Koenkk/zigbee2mqtt/issues/9165
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ class Controller {
|
||||
}
|
||||
|
||||
// Call extensions
|
||||
await this.callExtensions('start', this.extensions);
|
||||
await this.callExtensions('start', [...this.extensions]);
|
||||
|
||||
// Send all cached states.
|
||||
if (settings.get().advanced.cache_state_send_on_startup && settings.get().advanced.cache_state) {
|
||||
|
||||
Reference in New Issue
Block a user