What's Changed
* Add preset support (partially experimental)
* Add song/album info support for NetRadio (if provided by receiver)
* Add icon translation for services
* Add more supported receivers to the list in the readme, thanks for reporting 👍
Preset support
Support for presets has been added for all inputs that seem to support it. These inputs are Napster, Netradio, Pandora, PC, Rhapsody, Sirius, SiriusIR, Tuner and USB. Tested on Netradio, Tuner and USB inputs, but others should work the same.
Presets can be selected in the mediabrowser of the mediaplayer. When selecting a preset the receiver will turn on and switch input if needed.
>**Experimental**
>Support for presets on DAB/FM tuners is experimental. The Tuner input for DAB/FM works differently from the others and since my receiver does not have a DAB tuner it is untested. Please provide feedback if activating and storing of presets works if you own a receiver that supports DAB.
Home Assistant has no standardized way to store presets, so the `store_preset` service was added. It will store a preset with the provided number for the current playing item.
Due to limitations on the protocol the integration can only show the preset number, no name or what is stored. Some presets can be managed in the Yamaha AV Control app (e.g. Tuner), for others you will need to remember what was stored.
**Full Changelog**: https://github.com/mvdwetering/yamaha_ynca/compare/v7.6.0...v7.7.0