mirror of
https://github.com/elisspace/core.git
synced 2026-09-26 20:47:02 +00:00
* Config entry and device for Coolmaster integration * Lint/isort/flake/etc... * Black formatting * Code review fixes * Config flow tests for coolmaster * Add pycoolmaster requirement to test * Remove port selection from Coolmaster config flow * Update config_flow.py * More idoimatic hash concat
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"domain": "coolmaster",
|
|
"name": "Coolmaster",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/coolmaster",
|
|
"requirements": [
|
|
"pycoolmasternet==0.0.4"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@OnFreund"
|
|
]
|
|
}
|