hass-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 Add strict type annotations to bluetooth_tracker (#50999) 2021-05-25 12:29:35 +01:00
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 Add targets and selectors for services (B-C) (#50189) 2021-05-14 13:38:41 +02:00