On Homebridge installations with multiple plugins based on homebridge-lib, where homebridge-lib is deduped (installed only once instead of per plugin), homebridge-lib would produce a fatal error fatal: config.json: duplicate entry for ... platform and cause the Homebridge process to exit. In particular, this happens on installations that don't use npm to install plugins, like the recent Raspberry Pi installations using the apt package for Homebridge.
Please re-install the affected plugins, and they should pickup the latest homebridge-lib version, v5.6.1.
But during initialisation, the subsequent plugins take on the identity of the first plugin. This causes homebridge-lib to think the same plugin is initialised multiple time, resulting in the duplicate entry fatal error.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps homebridge-lib from 5.4.1 to 5.6.3.
Release notes
Sourced from homebridge-lib's releases.
... (truncated)
Commits
7ca1652
5.6.3c5db7cd
Update OptionParser.js7e68a9b
5.6.297e1e6e
Bump dependenciesd8b031f
Update Platform.js1c2282a
Update SystemInfo.js0329c47
Update SystemInfo.js0964b95
5.6.1c76c5c9
5.6.1-0bb23365
Update Platform.jsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)