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 26, 2024
1 parent e1e427e commit 22540a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/yoto/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ async def async_set_time(self, player_id: str, key: str, value: time) -> None:
config.day_mode_time = str(value)
if key == "night_mode_time":
config.night_mode_time = str(value)
await self.hass.async_add_executor_job(self.yoto_manager.set_player_config, player_id, config)
await self.hass.async_add_executor_job(
self.yoto_manager.set_player_config, player_id, config
)

async def async_play_card(
self,
Expand Down

0 comments on commit 22540a9

Please sign in to comment.