Releases: nkvoll/home-assistant-qsys-qrc
v0.7.0
Full Changelog: v0.6.0...v0.7.0
This is a larger refactoring of the internals, simplifying and stabilizing a lot of the connection handling. We also extended the testing coverage significantly to make it more maintainable over time. If something doesn't work anymore (except the breaking changes noted below), please raise an issue in https://github.com/nkvoll/home-assistant-qsys-qrc.
Breaking changes:
qsys_qrc.call_method now takes device_id as a data parameter, so the device_id should be moved into the data section like this (previously found under the target section, which is no longer used):
service: qsys_qrc.call_method
data:
device_id: 7b7be23f1d37293589c28bee4dbb5b4d
method: Component.Set
params:
Name: bathroom_f2_gain
Controls:
- Name: mute
Value: true
v0.6.0
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- Add missing default for change group config.
- Add missing logger for the text platform
- (internal) Add some basic tests
- (docs) Add some initial docs for how to find component and control names.
- Upgrade to python 3.12 and latest HA 2024.05.0
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Full Changelog: v0.3.2...v0.4.0
v0.3.1
- Fix engine sensor availability
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Enable reloading 🎉 Less restarts = good for everyone.
- Show track.name / url in Media Stream Receiver media players.
- Fix some bugs on qrc run loop iteratons
- Harden media browsing for Audio File Player
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Support Audio Players / Audio File Players
- Enable URL Receiver when starting to play media.
Full Changelog: v0.1.5...v0.2.0
v0.1.5
- Fix an error that may cause futures to be completed twice.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Automatically remove old platform entity entries.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Fix
call_methodservice and include some documentation about how to use it. - Add a basic features overview.
Full Changelog: v0.1.2...v0.1.3