Create manifest.json (#12)

Fixes https://github.com/custom-components/blueprint/issues/10
This commit is contained in:
Ian Richardson 2019-04-13 13:50:15 -05:00 committed by Joakim Sørensen
parent 17b1faf7df
commit 2ff5a884ce

8
manifest.json Normal file
View File

@ -0,0 +1,8 @@
{
"domain": "blueprint",
"name": "Blueprint",
"documentation": "https://github.com/custom-components/blueprint/blob/master/README.md",
"dependencies": [],
"codeowners": ["@ludeeus"],
"requirements": []
}