Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:25
· 600 commits to refs/heads/main since this release
dd166da

🚀 Features

  • Workaround for stale MRPIS Position data after Seeked signal (#75)
  • New object matching logic with path wildcards and flow triggers (#59)
    • Added object_added and object_removed triggers. These originate from NameOwnerChaged, InterfecesAdded and InterfaceseRemoved dbus signals (#59)
    • Deprecated bus_name_added and bus_name_removed triggers (#59)
    • Subscription path wildcard support (#59)
    • Added bluez example for showcasing (#59)
  • Allow multiple instances of dbus2mqtt by using unique client_id's (#72)
  • Allow connecting to system dbus (#70)

🧰 Maintenance

  • Updated Home Assistant example to support xesam:arist string types (#52)
  • Improved variant unwrapping (#71)