This component allows you to control Yamaha soundbar.
Tested on Yamaha YAS-109 & YAS-209, any Yamaha soundbar based on Linkplay A118 should be supported as well. (These include ATS-1090, ATS-2090, SR-X40A, SR-X50A, ATS-X500, Please make an issue in Github if you have a different model and it's not working, or even better if it is, so we can update the compatibility list.)
custom_components/yamha_soundbar
to your <config directory>/custom_components/yamaha_soundbar/
directory.If you are upgrading from version 3.1.9 or earlier:
yamaha_soundbar
from linkplay
in your configuration.yaml
file.# Example configuration.yaml entry
media_player:
- platform: yamaha_soundbar
host: 192.168.1.11
name: My Sound Bar # To name your sources (optional)
sources:
{
'HDMI': 'TV',
'optical': 'Plexamp',
'bluetooth': 'Bluetooth',
}
This project is licensed under MIT license. See LICENSE file for details.