mirror of https://github.com/home-assistant/core
11 lines
311 B
JSON
11 lines
311 B
JSON
{
|
|
"domain": "monoprice",
|
|
"name": "Monoprice 6-Zone Amplifier",
|
|
"codeowners": ["@etsinko", "@OnFreund"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/monoprice",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pymonoprice"],
|
|
"requirements": ["pymonoprice==0.4"]
|
|
}
|