core/homeassistant/components/monoprice/manifest.json

11 lines
311 B
JSON
Raw Normal View History

{
"domain": "monoprice",
"name": "Monoprice 6-Zone Amplifier",
"codeowners": ["@etsinko", "@OnFreund"],
"config_flow": true,
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/monoprice",
"iot_class": "local_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["pymonoprice"],
"requirements": ["pymonoprice==0.4"]
}