I installed manually a Soundbar to my HA, but when I goto the Settings I’ll get this Error:
This entity (“media_player.yamahasrx40a”) does not have a unique ID, so the settings cannot be managed via the UI. Check the documentation for more details.
and when I set a Unique_ID in the configuration.yaml I’ll get an error from the Config check to:
Konfigurationswarnungen
Invalid config for ‘yamaha_soundbar’ from integration ‘media_player’ at configuration.yaml, line 21: ‘unique_id’ is an invalid option for ‘media_player.yamaha_soundbar’, check: unique_id
This is who I set it:
media_player:
- platform: yamaha_soundbar
host: 192.168.69.68
name: YamahaSRX40A # To name your sources (optional)
unique_id: "YamahaSRX40A-1234"
sources:
{
'HDMI': 'TV',
'optical': 'TVopto',
'bluetooth': 'Bluetooth',
}
I can’t fully solve your problem but I am curious on where you found out that you could use - platform: yamaha_soundbar ? I don’t see this option on the integration page for HA. unique_id: is an option for the universal media player though.