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

v1.5.3

03 Jul 10:33
1350930
Compare
Choose a tag to compare

1.5.3 (2024-07-03)

Bug Fixes

  • binary_sensor: invert contact sensor for doors, windows, etc. (#148) (1350930), closes #145

v1.5.2

02 Jul 05:19
Compare
Choose a tag to compare

1.5.2 (2024-07-02)

Bug Fixes

  • light: always prefer hs_color if available (c3b8331)
  • light: limit hue to 254 (#142) (7c8bd09)

v1.5.1

30 Jun 18:22
90038b5
Compare
Choose a tag to compare

1.5.1 (2024-06-30)

Bug Fixes

  • light: exit update loop when level control is not supported (#138) (90038b5)

v1.5.0

30 Jun 16:49
15eb821
Compare
Choose a tag to compare

1.5.0 (2024-06-30)

Features

v1.4.0

30 Jun 16:27
06ad05a
Compare
Choose a tag to compare

1.4.0 (2024-06-30)

Features

  • binary-sensor: adding in binary sensor support for doors and windows (#118) (06ad05a)

v1.3.6

29 Jun 12:08
2bc731a
Compare
Choose a tag to compare

1.3.6 (2024-06-29)

Bug Fixes

  • deps: update matterbridge and project-chip (#134) (2bc731a)

v2.0.0-alpha.1

25 Jun 20:48
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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 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, 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.

v1.3.5

25 Jun 19:58
13f7e26
Compare
Choose a tag to compare

1.3.5 (2024-06-25)

Bug Fixes

  • ci: pass latest-version to the addon repository (#126) (13f7e26)

v1.3.4

24 Jun 21:53
03a1537
Compare
Choose a tag to compare

1.3.4 (2024-06-24)

v1.3.3

24 Jun 19:04
6a27660
Compare
Choose a tag to compare

1.3.3 (2024-06-24)

Bug Fixes

  • deps: update typescript and fix type error (#104) (6a27660)