core/homeassistant/components/usb
J. Nick Koston 3d7e3590d4
Migrate usb to use aiousbwatcher (#136676)
* Migrate usb to use aiousbwatcher

aiousbwatcher uses inotify on /dev/bus/usb to look for devices
added and being removed which works on a lot more systems

* bump asyncinotify

* bump aiousbwatcher to 1.1.1

* tweaks

* tweaks

* tweaks

* fixes

* debugging

* Update homeassistant/components/usb/__init__.py

* Update homeassistant/components/usb/__init__.py

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2025-01-28 09:57:11 -05:00
..
__init__.py Migrate usb to use aiousbwatcher (#136676) 2025-01-28 09:57:11 -05:00
const.py
manifest.json Migrate usb to use aiousbwatcher (#136676) 2025-01-28 09:57:11 -05:00
models.py USB device add/remove callbacks (#131224) 2025-01-16 11:53:15 -10:00
utils.py