From 2ff5a884ce37027c563b4e42b46da3eae59677f5 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sat, 13 Apr 2019 13:50:15 -0500 Subject: [PATCH] Create manifest.json (#12) Fixes https://github.com/custom-components/blueprint/issues/10 --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..fe915a6 --- /dev/null +++ b/manifest.json @@ -0,0 +1,8 @@ +{ + "domain": "blueprint", + "name": "Blueprint", + "documentation": "https://github.com/custom-components/blueprint/blob/master/README.md", + "dependencies": [], + "codeowners": ["@ludeeus"], + "requirements": [] +}