mirror of https://github.com/home-assistant/core
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.0.2"]
|
|
}
|