core/homeassistant/components/keyboard_remote/manifest.json

11 lines
261 B
JSON
Raw Normal View History

{
"domain": "keyboard_remote",
"name": "Keyboard remote",
"documentation": "https://www.home-assistant.io/integrations/keyboard_remote",
"requirements": [
"evdev==1.1.2", "aionotify==0.2.0"
],
"dependencies": [],
"codeowners": ["@bendavid"]
}