From 6b0a4f942bed55d732a7b83708116c57a1d2996b Mon Sep 17 00:00:00 2001 From: Aaron Godfrey Date: Sat, 4 May 2019 09:54:32 -0700 Subject: [PATCH] Added manifest.json --- custom_components/circadian_lighting/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 custom_components/circadian_lighting/manifest.json diff --git a/custom_components/circadian_lighting/manifest.json b/custom_components/circadian_lighting/manifest.json new file mode 100644 index 00000000..cab5fc9e --- /dev/null +++ b/custom_components/circadian_lighting/manifest.json @@ -0,0 +1,8 @@ +{ + "domain": "circadian_lighting", + "name": "Circadian Lighting Component for Home-Assistant", + "documentation": "https://github.com/claytonjn/hass-circadian_lighting", + "dependencies": [], + "codeowners": ["@claytonjn"], + "requirements": [] +}