1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/keyboard_remote/manifest.json
2026-03-04 19:47:17 +01:00

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.9.3", "asyncinotify==4.4.0"]
}