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": [] +}