mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Support Sonos Beam HDMI input (#16340)
This commit is contained in:
parent
2c7d6ee6b5
commit
901cfef78e
@ -884,6 +884,8 @@ class SonosDevice(MediaPlayerDevice):
|
||||
sources += [SOURCE_LINEIN]
|
||||
elif 'PLAYBAR' in model:
|
||||
sources += [SOURCE_LINEIN, SOURCE_TV]
|
||||
elif 'BEAM' in model:
|
||||
sources += [SOURCE_TV]
|
||||
|
||||
return sources
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user