core/homeassistant/components/coolmaster/manifest.json

11 lines
310 B
JSON
Raw Normal View History

{
"domain": "coolmaster",
"name": "CoolMasterNet",
2023-02-08 19:16:39 +00:00
"codeowners": ["@OnFreund"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/coolmaster",
"iot_class": "local_polling",
2023-02-08 19:16:39 +00:00
"loggers": ["pycoolmasternet_async"],
"requirements": ["pycoolmasternet-async==0.1.5"]
}