diff --git a/README.md b/README.md index 4e9dfccc..efb07d56 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Circadian Light Rhythm|690x287](https://community-home-assistant-assets.s3.dualstack.us-west-2.amazonaws.com/original/3X/5/f/5fe7a780e9f8905fea4d1cbb66cdbe35858a6e36.jpg) -Circadian Lighting slowly synchronizes your color changing lights with the regular naturally occuring color temperature of the sky throughout the day. This gives your environment a more natural feel, with cooler hues during the midday and warmer tints near twilight and dawn. +Circadian Lighting slowly synchronizes your color changing lights with the regular naturally occurring color temperature of the sky throughout the day. This gives your environment a more natural feel, with cooler hues during the midday and warmer tints near twilight and dawn. In addition, Circadian Lighting can set your lights to a nice cool white at 1% in “Sleep” mode, which is far brighter than starlight but won’t reset your circadian rhythm or break down too much rhodopsin in your eyes. diff --git a/custom_components/circadian_lighting/__init__.py b/custom_components/circadian_lighting/__init__.py index c3f993ba..1dc0596d 100644 --- a/custom_components/circadian_lighting/__init__.py +++ b/custom_components/circadian_lighting/__init__.py @@ -48,7 +48,7 @@ from homeassistant.util.dt import utcnow as dt_utcnow, as_local from datetime import datetime, timedelta -VERSION = '1.0.9' +VERSION = '1.0.10b' _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/circadian_lighting/services.yaml b/custom_components/circadian_lighting/services.yaml index e4f0b86b..586f06ea 100644 --- a/custom_components/circadian_lighting/services.yaml +++ b/custom_components/circadian_lighting/services.yaml @@ -1,3 +1,2 @@ values_update: description: Updates values for Circadian Lighting. - fields: diff --git a/custom_updater.json b/custom_updater.json index e3cee255..4c05dae6 100644 --- a/custom_updater.json +++ b/custom_updater.json @@ -1,7 +1,7 @@ { "circadian_lighting": { - "updated_at": "2019-08-17", - "version": "1.0.9", + "updated_at": "2020-02-12", + "version": "1.0.10b", "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", diff --git a/info.md b/info.md index 7c4f799f..564c61b7 100644 --- a/info.md +++ b/info.md @@ -2,6 +2,6 @@ -Circadian Lighting slowly synchronizes your color changing lights with the regular naturally occuring color temperature of the sky throughout the day. This gives your environment a more natural feel, with cooler hues during the midday and warmer tints near twilight and dawn. +Circadian Lighting slowly synchronizes your color changing lights with the regular naturally occurring color temperature of the sky throughout the day. This gives your environment a more natural feel, with cooler hues during the midday and warmer tints near twilight and dawn. In addition, Circadian Lighting can set your lights to a nice cool white at 1% in “Sleep” mode, which is far brighter than starlight but won’t reset your circadian rhythm or break down too much rhodopsin in your eyes. \ No newline at end of file