rmoesbergen / openwrt-ha-device-tracker

OpenWRT device tracker for Home Assistant that actually works
107 stars 18 forks source link

feat: implement feature request #23, move to thread-safe Queue #25

Closed rmoesbergen closed 1 year ago

rmoesbergen commented 1 year ago

feat: implement feature request #23, it's now possible to have an allowlist or a denylist for devices chore: big refactor/code cleanup fix: use a threading-safe Queue for device events, fixing lots of edge-cases and concurrency issues, especially when offline_after was set to 1 chore!: remove polling and offline_after settings, they are no longer used with the new Queue mechanism