core/homeassistant/components/keyboard_remote/manifest.json

11 lines
340 B
JSON
Raw Normal View History

{
"domain": "keyboard_remote",
"name": "Keyboard Remote",
"codeowners": ["@bendavid", "@lanrat"],
2023-02-08 19:35:25 +00:00
"documentation": "https://www.home-assistant.io/integrations/keyboard_remote",
"integration_type": "hub",
"iot_class": "local_push",
2023-02-08 19:35:25 +00:00
"loggers": ["aionotify", "evdev"],
"requirements": ["evdev==1.6.1", "asyncinotify==4.0.2"]
}