custom-components / ble_monitor

BLE monitor for passive BLE sensors
https://community.home-assistant.io/t/passive-ble-monitor-integration/
MIT License
1.85k stars 239 forks source link

[Bug]: Deprecating `async_run_job` #1333

Closed Ernst79 closed 3 months ago

Ernst79 commented 3 months ago

What happened?

async_run_job is going to be removed in 2025.4, see

https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job/

line 179 in init.py. --> replace with async_create_task