Skip to content

Releases: o-lukas/homebridge-smartthings-tv

v2.5.0

12 Jan 16:21
Compare
Choose a tag to compare

2.5.0 (2025-01-12)

Bug Fixes

  • accessories not being published when active identifier can't be reset (9d8decd)

Features

  • add config property for application validation (7210c6f), closes #438

Hint

Please note that the list of applications will now only be validated if the validateApplications property is set. This will make sure that only installed applications are registered as input sources. After first run this list of working applications will be written to the configuration and the validation will be turned off so it will not run on every plugin restart.

v2.4.0

01 Dec 09:03
Compare
Choose a tag to compare

2.4.0 (2024-12-01)

Features

  • make supported device types configurable (a013106), closes #430

v2.3.8

30 Nov 07:34
Compare
Choose a tag to compare

2.3.8 (2024-11-30)

Bug Fixes

v2.3.7

21 Oct 04:26
Compare
Choose a tag to compare

2.3.7 (2024-10-21)

Bug Fixes

  • bump @smartthings/core-sdk from 8.3.1 to 8.3.2 (6fbdb06)

v2.3.6

03 Oct 12:09
Compare
Choose a tag to compare

2.3.6 (2024-10-03)

Bug Fixes

  • catch errors when registering capabilities (9d32607), closes #410

v2.3.5

01 Oct 14:50
Compare
Choose a tag to compare

2.3.5 (2024-10-01)

Bug Fixes

  • remove debugging values (6a5f0bd)

v2.3.4

01 Oct 14:39
Compare
Choose a tag to compare

2.3.4 (2024-10-01)

Bug Fixes

  • handle invalid volume values (5421170)
  • publish all external accessory at once (b20ac1d), closes #410

v2.3.3

27 Sep 13:43
Compare
Choose a tag to compare

2.3.3 (2024-09-27)

Bug Fixes

  • replace JSON file for app declarations (8aef6d3), closes #413
  • set UUID for external accessory context (569ead2), closes #410

v2.3.2

15 Sep 06:12
Compare
Choose a tag to compare

2.3.2 (2024-09-15)

Bug Fixes

  • bump @smartthings/core-sdk from 8.2.0 to 8.3.1 (196ab02)

v2.3.1

24 Aug 09:02
Compare
Choose a tag to compare

2.3.1 (2024-08-24)

Bug Fixes

  • use assert instead of with for import assertions (0e32018), closes #403