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

remove async_add_job #1334

Closed Ernst79 closed 3 months ago

Ernst79 commented 3 months ago

async_add_job is going to be deprecated and will be removed in 2025.4, see this blogpost on the HA developers website

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

This PR fixes #1333