* Add setup.cfg * Run black and isort. * Add blueprint to first party. * Make const import consistent.
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"domain": "blueprint",
|
|
"name": "Blueprint",
|
|
"documentation": "https://github.com/custom-components/blueprint",
|
|
"dependencies": [],
|
|
"config_flow": true,
|
|
"codeowners": [
|
|
"@ludeeus"
|
|
],
|
|
"requirements": [
|
|
"sampleclient"
|
|
]
|
|
}
|