core/homeassistant/components/keyboard_remote/manifest.json

9 lines
260 B
JSON
Raw Normal View History

{
"domain": "keyboard_remote",
"name": "Keyboard Remote",
"documentation": "https://www.home-assistant.io/integrations/keyboard_remote",
2021-05-14 10:15:15 +00:00
"requirements": ["evdev==1.4.0", "aionotify==0.2.0"],
"codeowners": ["@bendavid"],
"iot_class": "local_push"
}