Skip to content

v0.7.0

Latest

Choose a tag to compare

@nkvoll nkvoll released this 15 Nov 00:27
· 4 commits to main since this release

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