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 52c578a commit de3e9aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/yoto/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
MediaPlayerEntityFeature,
MediaPlayerDeviceClass,
MediaPlayerEnqueue,

)

from .const import DOMAIN
Expand Down Expand Up @@ -77,7 +76,9 @@ async def async_play_media(
announce: bool | None = None,
**kwargs: Any,
) -> None:
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 de3e9aa

Please sign in to comment.