mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Wait 30 seconds before publishing device states. https://github.com/Koenkk/zigbee2mqtt/issues/105
This commit is contained in:
@@ -1581,7 +1581,7 @@ class HomeAssistant extends BaseExtension {
|
||||
}
|
||||
|
||||
clearTimeout(timer);
|
||||
}, 20000);
|
||||
}, 30000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user