Support Sonos Beam HDMI input (#16340)

This commit is contained in:
Philipp Temminghoff 2018-09-01 16:02:38 +02:00 committed by Anders Melchiorsen
parent 2c7d6ee6b5
commit 901cfef78e

View File

@ -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