mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Don't pass in loop (#23984)
* Don't pass in loop * Revert some changes * Lint + Axis revert * reinstate loop * Fix a test * Set loop * Update camera.py * Lint
This commit is contained in:
@@ -209,7 +209,7 @@ async def async_reproduce_state_legacy(
|
||||
)
|
||||
|
||||
if domain_tasks:
|
||||
await asyncio.wait(domain_tasks, loop=hass.loop)
|
||||
await asyncio.wait(domain_tasks)
|
||||
|
||||
|
||||
def state_as_number(state: State) -> float:
|
||||
|
||||
Reference in New Issue
Block a user