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 Jun 15, 2024
1 parent 704997e commit bb432e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/yoto/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async def async_set_light(self, player_id: str, key: str, color: str) -> None:
)

async def async_update_card_detail(self, cardId):
""" Get chapter and titles for the card"""
"""Get chapter and titles for the card"""
await self.hass.async_add_executor_job(
self.yoto_manager.update_card_detail(cardId)
)
)

0 comments on commit bb432e7

Please sign in to comment.