mirror of https://github.com/home-assistant/core
11 lines
310 B
JSON
11 lines
310 B
JSON
{
|
|
"domain": "coolmaster",
|
|
"name": "CoolMasterNet",
|
|
"codeowners": ["@OnFreund"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/coolmaster",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pycoolmasternet_async"],
|
|
"requirements": ["pycoolmasternet-async==0.2.2"]
|
|
}
|