Convert to integration/docker image
so: - removed addon & bashio dependencies - added the needed S6 dependency directly instead of via hassioaddons/base:8.0.6
This commit is contained in:
parent
544172d806
commit
4e2b713065
5 changed files with 95 additions and 11 deletions
|
|
@ -71,7 +71,7 @@ class PlejdDeviceCommunication extends EventEmitter {
|
|||
|
||||
await this.plejdBleHandler.init();
|
||||
} catch (err) {
|
||||
logger.error('Failed init() of BLE. Starting reconnect loop.');
|
||||
logger.error('Failed init() of BLE. Starting reconnect loop.', err);
|
||||
await this.plejdBleHandler.startReconnectPeriodicallyLoop();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue