Support for Multiple Soundbars #61
-
This a a really great integration. I have 2 soundbars, and wanting to know how I can use more than 1 soundbar with this integration? It looks like I can only specify 1 device ID. |
Beta Was this translation helpful? Give feedback.
Answered by
PiotrMachowski
Feb 11, 2024
Replies: 2 comments 1 reply
-
I think it should be possible without any issues. Example config: media_player:
- platform: smartthings_soundbar
name: Soundbar 1
api_key: "YOUR API KEY"
device_id: "YOUR DEVICE ID 1"
- platform: smartthings_soundbar
name: Soundbar 2
api_key: "YOUR API KEY"
device_id: "YOUR DEVICE ID 2" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PiotrMachowski
-
This worked perfectly!! I'm just getting used to Home Assistant.
Thank you again! 😀
Roy.
…On Sun, Feb 11, 2024 at 2:20 PM Piotr Machowski ***@***.***> wrote:
I think it should be possible without any issues. Example config:
media_player:
- platform: smartthings_soundbar
name: Soundbar 1
api_key: "YOUR API KEY"
device_id: "YOUR DEVICE ID 1"
- platform: smartthings_soundbar
name: Soundbar 2
api_key: "YOUR API KEY"
device_id: "YOUR DEVICE ID 2"
—
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABF66ERQZD6JDKGP5YDXCBLYTEKZRAVCNFSM6AAAAABDDWO3A6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIMZUHAZTM>
.
You are receiving this because you authored the thread.Message ID:
<PiotrMachowski/Home-Assistant-custom-components-SmartThings-Soundbar/repo-discussions/61/comments/8434836
@github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it should be possible without any issues. Example config: