diff --git a/custom_components/circadian_lighting/manifest.json b/custom_components/circadian_lighting/manifest.json new file mode 100644 index 00000000..b45b39e2 --- /dev/null +++ b/custom_components/circadian_lighting/manifest.json @@ -0,0 +1,8 @@ +{ + "domain": "circadian_lighting", + "name": "Circadian Lighting", + "documentation": "https://github.com/claytonjn/hass-circadian_lighting", + "dependencies": [], + "codeowners": ["@claytonjn"], + "requirements": [] +} diff --git a/custom_components/circadian_lighting/services.yaml b/custom_components/circadian_lighting/services.yaml new file mode 100644 index 00000000..e4f0b86b --- /dev/null +++ b/custom_components/circadian_lighting/services.yaml @@ -0,0 +1,3 @@ +values_update: + description: Updates values for Circadian Lighting. + fields: