Files
core/homeassistant/components/monoprice/manifest.json

13 lines
369 B
JSON

{
"domain": "monoprice",
"name": "Monoprice 6-Zone Amplifier",
"codeowners": ["@etsinko", "@OnFreund"],
"config_flow": true,
"dependencies": ["usb"],
"documentation": "https://www.home-assistant.io/integrations/monoprice",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["pymonoprice"],
"requirements": ["pymonoprice==0.6.1"]
}