How to Integrate it #10
Unanswered
ToKie-code
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have copied all files from yamaha_soundbar GitHub to custom_components/yamaha_soundbar (because I could not find the yamaha_soundbar on HACS) and added this at the end of the configuration.yaml
media_player:
host: 192.168.69.68
name: YamahaSRX40A # To name your sources (optional)
sources:
{
'HDMI': 'TV',
'optical': 'Plexamp',
'bluetooth': 'Bluetooth',
}
and I got this error when I check the Config
Platform error 'media_player' from integration 'yamaha_soundbar' - Integration 'yamaha_soundbar' not found.
Sorry I'm a newbie at Home Assistant, YAML and Python . I'm fine with C# and other ;-)
Beta Was this translation helpful? Give feedback.
All reactions