core/homeassistant/components/bluetooth_tracker
Dirk Sarodnick 3440c1615d
Fix bluetooth tracker asyncio usage (#94695)
* fix for asyncio usage

fixes the error "Passing coroutines is forbidden, use tasks explicitly", caused by passing an async function into asyncio.wait directly instead of creating a task for it.

* removes unnecessary default param

* corrects formatting for black
2023-06-15 22:10:04 -04:00
..
__init__.py
const.py
device_tracker.py Fix bluetooth tracker asyncio usage (#94695) 2023-06-15 22:10:04 -04:00
manifest.json Fix package names to match pypi index metadata (#93883) 2023-05-31 21:12:53 -04:00
services.yaml