diff --git a/custom_updater.json b/custom_updater.json deleted file mode 100644 index 73a04bb6..00000000 --- a/custom_updater.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "circadian_lighting": { - "updated_at": "2020-06-11", - "version": "1.0.13", - "local_location": "/custom_components/circadian_lighting/__init__.py", - "remote_location": "https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/__init__.py", - "visit_repo": "https://github.com/claytonjn/hass-circadian_lighting", - "changelog": "https://github.com/claytonjn/hass-circadian_lighting/releases", - "resources": [ - "https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/manifest.json", - "https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/sensor.py", - "https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/services.yaml", - "https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/switch.py" - ] - } -} diff --git a/hacs.json b/hacs.json new file mode 100644 index 00000000..1de0dd51 --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "adaptive_lighting", + "render_readme": true, + "domains": ["switch"] +}