This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Releases: t0bst4r/matterbridge-home-assistant
Releases · t0bst4r/matterbridge-home-assistant
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.0
v1.3.6
v2.0.0-alpha.1
2.0.0-alpha.1 (2024-06-25)
Features
- deps: add matterbridge as a peer dependency (d32ba69)
BREAKING CHANGES
- deps: In version 1.x
matterbridge
was not listed as adependencies
orpeerDependency
.
This has been changed in version 2.0.0. It is now listed as a peer dependency.
When installed in a local package.json
file, this is not a problem.
But since matterbridge
installs all its plugins globally, this will lead to an error running matterbridge
with
matterbridge-home-assistant
, bacause of npm's new
(>= 7) strategy for peer-dependencies.
To solve this, you need to enable legacy-peer-deps
in your npm config (npm config set legacy-peer-deps true
). In the pre-built docker image and the native Home Assistant
Addon, this is already configured.
This change is only "breaking" if you installed this project by hand using npm.