All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- deps: update all dependencies (2c27241)
- sensor: add humidity & temperature sensor (f730905)
- ci: use full sha for docker builds (edd97c5)
- ci: minor pipeline fixes (2fb30c8)
- ci: split release into multiple jobs (095aed4)
- add publish config to scoped packages (8551f4f)
- updated documentation (9599d4e)
- refactored core implementation to not use matterbridge anymore (ccb6656)
- update renovate config and setup pre-commit hooks (23cb179)
- improved documentation and logging (3751d10)
- remove legacy peer deps (07ca7a4)
- remove failure state from docker-entrypoint (3175127)
- update node-types to 20 (45bdaa6)
- Version 2 requires several configuration changes. See the documentation for more details.
In version 1.xmatterbridge
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 localpackage.json
file, this is not a problem. But sincematterbridge
installs all its plugins globally, this will lead to an error runningmatterbridge
withmatterbridge-home-assistant
, because 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
) or in an environment variable (npm_config_legacy_peer_deps=true
). In the pre-built docker image and the native Home Assistant Addon, this is already configured.- In version 1.x this plugin was meant to be configured using multiple environment variables. Due to the growing number of configuration options, this has been changed. This plugin requires to be configured using a configuration JSON file or one single environment variable containing the whole JSON configuration. Please see the configuration section in the projects readme.
- split matterbridge-home-assistant into multiple libraries (3b87b78)
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root