Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Releases: t0bst4r/matterbridge-home-assistant

v2.0.0

24 Jul 17:00
Compare
Choose a tag to compare

2.0.0 (2024-07-24)

⚠ BREAKING CHANGES

  • Version 2 requires several configuration changes. See the documentation for more details.
  • In version 1.x matterbridge was not listed as a dependencies or peerDependency. 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, 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.

✨ Features

  • split matterbridge-home-assistant into multiple libraries (3b87b78)

v1.6.18

19 Jul 18:18
Compare
Choose a tag to compare

1.6.18 (2024-07-19)

Note: Version bump only for package root

v1.6.17

18 Jul 20:48
Compare
Choose a tag to compare

1.6.17 (2024-07-18)

Note: Version bump only for package root

v1.6.16

18 Jul 15:35
Compare
Choose a tag to compare

1.6.16 (2024-07-18)

Note: Version bump only for package root

v1.6.15

18 Jul 13:36
Compare
Choose a tag to compare

1.6.15 (2024-07-18)

Note: Version bump only for package root

v1.6.14

17 Jul 20:06
Compare
Choose a tag to compare

1.6.14 (2024-07-17)

Note: Version bump only for package root

v1.6.13

17 Jul 14:34
Compare
Choose a tag to compare

1.6.13 (2024-07-17)

Note: Version bump only for package root

v1.6.12

17 Jul 01:57
Compare
Choose a tag to compare

1.6.12 (2024-07-17)

Note: Version bump only for package root

v1.6.11

16 Jul 21:47
Compare
Choose a tag to compare

1.6.11 (2024-07-16)

Note: Version bump only for package root

v1.6.10

15 Jul 17:06
Compare
Choose a tag to compare

1.6.10 (2024-07-15)

Note: Version bump only for package root