Skip to content

Releases: osk2/yamaha-soundbar

v3.2.5

06 Feb 06:30
7373250
Compare
Choose a tag to compare
  • Fixed warning for "Detected blocking call to load_default_certs..." (#21).
  • Fixed warning for "Deprecation constant" (#19).

v3.2.4

10 Jul 13:35
Compare
Choose a tag to compare
  • Fixed a bug that was preventing integration from working (#14)
    Thanks for @dnikles!

v3.2.3

03 May 01:52
73e1406
Compare
Choose a tag to compare
  • Fixed a bug preventing component setup.
    Thanks for your contribution, @catduckgnaf!

v3.2.2

20 Feb 06:44
b1ac880
Compare
Choose a tag to compare

⚠️ BREAKING CHANGE!

The platform has been renamed in the latest version (v3.2.2) and manual configuration migration is required to update.

Here are the steps to follow:

  1. Remove the existing custom component and reinstall
  2. Update your configuration.yaml by replacing the old setting
media_player:
  - platform: linkplay

with new one

media_player:
  - platform: yamaha_soundbar

Changelog

  1. The platform has been renamed to avoid any conflict with linkplay.
  2. Unsupported sources have been removed.
  3. Sync with upstream changes

Thanks @catduckgnaf for the contribution!