Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 19, 2024
1 parent a5de3bf commit 2c98c35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/yoto/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ async def async_play_media(
) -> None:
if cardid is None:
cardid = 1
await self.coordinator.async_play_card(self.player.id, media_id, cardid, 0, 0, 1)
await self.coordinator.async_play_card(
self.player.id, media_id, cardid, 0, 0, 1
)

@property
def supported_features(self) -> MediaPlayerEntityFeature:
Expand Down

0 comments on commit 2c98c35

Please sign in to comment.