mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* 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>
12 lines
369 B
JSON
12 lines
369 B
JSON
{
|
|
"domain": "keyboard_remote",
|
|
"name": "Keyboard Remote",
|
|
"codeowners": ["@bendavid", "@lanrat"],
|
|
"documentation": "https://www.home-assistant.io/integrations/keyboard_remote",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aionotify", "evdev"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["evdev==1.6.1", "asyncinotify==4.2.0"]
|
|
}
|