core/homeassistant/components/aruba/manifest.json

10 lines
244 B
JSON
Raw Normal View History

{
"domain": "aruba",
"name": "Aruba",
"codeowners": [],
2023-02-08 19:29:44 +00:00
"documentation": "https://www.home-assistant.io/integrations/aruba",
"iot_class": "local_polling",
2023-02-08 19:29:44 +00:00
"loggers": ["pexpect", "ptyprocess"],
"requirements": ["pexpect==4.6.0"]
}