Skip to content

Installation Instructions

Clayton Nummer edited this page Jan 14, 2021 · 9 revisions

Installation

Automatic Installation

HACS

The easiest way to install Circadian Lighting is by using HACS. Once you have HACS setup you can simply search for and install Circadian Lighting under STORE.

NOTE: HACS will install the files, but you still need to enable Circadian Lighting in your configuration by following the instructions here.

Custom Updater

Another option for automatic installation is Custom Updater. Once you have Custom Updater setup, simply go to the dev-service page (dev-services) and call the custom_updater.install service with this service data:

{
  "element":"circadian_lighting"
}

NOTE: Custom Updater will install the files, but you still need to enable Circadian Lighting in your configuration by following the instructions here.

Manual Installation

All of the files in the circadian_lighting folder must be placed under config/custom_components/circadian_lighting/. If copying and pasting, make sure to use the Raw button or the links below:

NOTE: After installing the files, you still need to enable Circadian Lighting in your configuration by following the instructions here.

Updating

You can manually replace updated files when a new version is released, or Custom Updater can be used. Custom Updater should automatically recognize that Circadian Lighting is installed and add it to your sensor.custom_component_tracker, but if it doesn't, add https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_updater.json to the component_urls section of the custom_updater configuration.