Releases: o-lukas/homebridge-smartthings-tv
Releases · o-lukas/homebridge-smartthings-tv
v2.5.0
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
2.4.0 (2024-12-01)
Features
- make supported device types configurable (a013106), closes #430
v2.3.8
2.3.8 (2024-11-30)
Bug Fixes
v2.3.7
2.3.7 (2024-10-21)
Bug Fixes
- bump @smartthings/core-sdk from 8.3.1 to 8.3.2 (6fbdb06)
v2.3.6
2.3.6 (2024-10-03)
Bug Fixes
- catch errors when registering capabilities (9d32607), closes #410
v2.3.5
2.3.5 (2024-10-01)
Bug Fixes
v2.3.4
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
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
2.3.2 (2024-09-15)
Bug Fixes
- bump @smartthings/core-sdk from 8.2.0 to 8.3.1 (196ab02)
v2.3.1
2.3.1 (2024-08-24)
Bug Fixes
- use assert instead of with for import assertions (0e32018), closes #403