Initial commit

This commit is contained in:
Yordan Suarez
2019-12-17 15:55:07 -05:00
commit 20afa2245f
26 changed files with 1297 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"domain": "blueprint",
"name": "Blueprint",
"documentation": "https://github.com/custom-components/blueprint",
"dependencies": [],
"config_flow": true,
"codeowners": [
"@ludeeus"
],
"requirements": [
"sampleclient",
"integrationhelper"
],
"homeassistant": "0.96.0"
}