Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cdnninja/yoto_ha
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja committed May 10, 2024
2 parents 7bbdaaa + 03e1149 commit aa6a2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/yoto/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def media_play(self) -> None:
@property
def supported_features(self) -> MediaPlayerEntityFeature:
"""Return the supported features."""
return MediaPlayerEntityFeature.PAUSE
return MediaPlayerEntityFeature.PAUSE | MediaPlayerEntityFeature.PLAY

@property
def state(self) -> MediaPlayerState:
Expand Down

0 comments on commit aa6a2aa

Please sign in to comment.