Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform error media_player.samsung_multi_room - Integration 'samsung_multi_room' not found. #10

Open
lowrisk75 opened this issue Mar 11, 2021 · 1 comment

Comments

@lowrisk75
Copy link

I'm new to Home Assistant and I'm petty sure the issue is coming from me.

I copy the file to config/custom_components/media_player/

but I keep having this error :
Platform error media_player.samsung_multi_room - Integration 'samsung_multi_room' not found.

PS the first media_player platform is for a another components

media_player:
  - platform: samsungtv_tizen
    host: 192.168.X.XX
    mac: XX:XX:XX:XX:XX:XX
  - platform: samsung_multi_room
    name: "Soundbar"  
    host: 192.168.X.XX 
    max_volume: 20 
@bacl
Copy link

bacl commented May 11, 2022

I had the same issue and this worked for me:

  1. Use this fork instead: https://github.com/dariornelas/ha_samsung_multi_room (i found it through the pull requests)
  2. copy files to custom_components
  3. Restart HA
  4. Add the configuration to your configuration.yaml
  5. Restart HA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants