Skip to content

Releases: nkvoll/home-assistant-qsys-qrc

v0.7.0

15 Nov 00:27

Choose a tag to compare

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

19 Jan 13:42

Choose a tag to compare

Full Changelog: v0.5.0...v0.6.0

v0.5.0

01 May 21:57

Choose a tag to compare

  • 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

02 Feb 09:48

Choose a tag to compare

Full Changelog: v0.3.2...v0.4.0

v0.3.1

16 Aug 20:29

Choose a tag to compare

  • Fix engine sensor availability

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Aug 19:04

Choose a tag to compare

  • 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

14 Aug 23:32

Choose a tag to compare

  • 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

14 Aug 17:11

Choose a tag to compare

  • Fix an error that may cause futures to be completed twice.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

12 Aug 16:00

Choose a tag to compare

  • Automatically remove old platform entity entries.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

12 Aug 15:35

Choose a tag to compare

  • Fix call_method service and include some documentation about how to use it.
  • Add a basic features overview.

Full Changelog: v0.1.2...v0.1.3