Fix LG webOS TV external arc volume set action (#136717)

This commit is contained in:
Shay Levy 2025-01-28 16:18:37 +02:00 committed by GitHub
parent 658d3cf06e
commit 58f7dd5dcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,7 +228,7 @@ class LgWebOSMediaPlayerEntity(RestoreEntity, MediaPlayerEntity):
if self.state != MediaPlayerState.OFF or not self._supported_features:
supported = SUPPORT_WEBOSTV
if self._client.sound_output in ("external_arc", "external_speaker"):
if self._client.sound_output == "external_speaker":
supported = supported | SUPPORT_WEBOSTV_VOLUME
elif self._client.sound_output != "lineout":
supported = (