Skip to content

Commit

Permalink
Update supported features
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski authored Nov 4, 2023
1 parent 00ce14e commit 51825a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/smartthings_soundbar/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
SUPPORT_TURN_ON,
SUPPORT_VOLUME_MUTE,
SUPPORT_VOLUME_STEP,
SUPPORT_VOLUME_SET
SUPPORT_VOLUME_SET,
SUPPORT_SELECT_SOUND_MODE
)
from homeassistant.const import (
CONF_NAME, CONF_API_KEY, CONF_DEVICE_ID
Expand All @@ -37,6 +38,7 @@
| SUPPORT_TURN_OFF
| SUPPORT_TURN_ON
| SUPPORT_PLAY
| SUPPORT_SELECT_SOUND_MODE
)

PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
Expand Down

0 comments on commit 51825a6

Please sign in to comment.