Files
core/homeassistant/components/coolmaster/manifest.json
T
On Freund 1412862f2a Config entry and device for Coolmaster integration (#27925)
* 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
2019-10-23 12:47:00 -07:00

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"
]
}