Skip to content

Releases: mvdwetering/yamaha_ynca

v7.2.0

04 Jun 15:05
Compare
Choose a tag to compare

What's Changed

  • Added RX-V777 to readme, thanks for reporting 👍
  • Add multiline support for raw YNCA commands service

Full Changelog: v7.1.0...v7.2.0

v7.1.0

15 Apr 16:27
Compare
Choose a tag to compare

What's Changed

  • Extended README with several more confirmed working receivers. Thanks for reporting 👍
  • Fix song title not showing for Spotify and (probably) Pandora sources
  • Allow changing of connection settings when unable to connect to receiver. See FAQ section in readme for more details if needed.

Full Changelog: v7.0.0...v7.1.0

v7.0.0

26 Mar 13:48
Compare
Choose a tag to compare

Breaking change

Leading and trailing whitespace from source names is now stripped. If you have automations that are checking against literal names that have spaces you need to update the automation.

Note this is only an issue where you have spaces embedded in the string to compare. For example if current source equals " HDMI4 ". Setting sourcenames with spaces still works as spaces are removed/ignored now.

What's Changed

  • Remove (and ignore) leading and trailing whitespace on sourcenames. Some receivers have (default) sourcenames like " HDMI4 " and since the Home Asisstant frontend hides those spaces it is hard to use the names in automations. The integration has been updated to strip whitespace for in the sources list and current source. It also ignores whitespace when setting source.
  • Add Pure Direct mode switch
  • Extended README with several more confirmed working receivers. Thanks for reporting 👍

Full Changelog: v6.2.0...v7.0.0

v6.2.0

18 Feb 15:31
Compare
Choose a tag to compare

What's Changed

  • Fixed AirPlay source
  • Extend AirPlay support with playback status and Album, Artist, Song metadata.

All pull requests

Full Changelog: v6.1.0...v6.2.0

v6.1.0

28 Jan 16:21
Compare
Choose a tag to compare

What's Changed

  • Device names in Home Assistant update when zonename is changed on receiver
  • Add Surround Decoder select entity (for receivers with Dolby Prologic and DTS:Neo decoders)

Full Changelog: v6.0.0...v6.1.0

v6.0.0

11 Jan 21:10
Compare
Choose a tag to compare

Breaking change

Device automations for Zone2, Zone3 or Zone4 won't work properly after updating to this version due to the split up in multiple devices. They need to be updated to use the new zone devices. Device automations for the MAIN zone will still work.

Note that automations using entities are not impacted.

What's Changed

Minimum supported Home Assistant version is now 2023.1.0
This is a rather big release with quite a few topics, next to some smaller tweaks and bugfixes.

Device per zone

The biggest change is that each zone is now exposed as a device. So on a 2 zone receiver there will be 2 devices exposed by the integration.

This was done to have a better way to organize entities across zones. Due to the entities added in this release the total amount of entities on the one device became overwhelming especially on 4 zone receivers and it was hard to find the entities you were looking for. Next to that previously the zone name was included in the entity name, but that reduced the visible space for that actual entity name a lot.

With this change a zone device has only relevant entities associated with it and entitynames are less likely to be cut off since the zone prefix is not needed anymore.

Integration configuration

The integration configuration settings have been reworked. There is now a screen per zone and a general screen for non-zone specific options.

The configuration got extended with an option to override the Scenes autodetection. On newer receivers it is not possible to detect the amount of supported Scenes on a zone, so this setting allows you to manually specify the amount supported Scenes for your receiver.

Configuration entities

A number of configuration entities have been added. Availability depends on receiver capabilities. These are the new entities:

  • CINEMA DSP 3D mode
  • Adaptive DRC
  • Compressed Music Enhancer
  • HDMI Out selection (Off, HDMI1, HDMI2 or Both)
  • Initial volume
  • Max volume
  • Sleep timer
  • Speaker bass/treble
  • Headphone bass/treble (default disabled)

Note that the receiver does not allow changing the settings while it is in standby which is why the entities become unavailable when the zone is in standby.

All changes

Full Changelog: v5.3.0...v6.0.0

v5.3.0

19 Dec 20:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.3.0

v5.3.0b0

17 Dec 17:52
564499e
Compare
Choose a tag to compare
v5.3.0b0 Pre-release
Pre-release

What's Changed

Full Changelog: v5.2.0...v5.3.0b0

v5.2.0

02 Dec 12:41
Compare
Choose a tag to compare

What's Changed

  • Updated the communication library to make it easier to add new features.
  • Fixed USB listed multiple times in sources list

Full Changelog: v5.1.0...v5.2.0

v5.1.0

31 Oct 20:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0