diff --git a/custom_components/circadian_lighting/__init__.py b/custom_components/circadian_lighting/__init__.py index eef94f6a..b4e4cb9d 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.3' +VERSION = '1.0.4' _LOGGER = logging.getLogger(__name__) diff --git a/custom_updater.json b/custom_updater.json index e28e0f86..d865f3c5 100644 --- a/custom_updater.json +++ b/custom_updater.json @@ -1,13 +1,15 @@ { "circadian_lighting": { - "updated_at": "2019-04-05", - "version": "1.0.3", + "updated_at": "2019-05-09", + "version": "1.0.4", "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" ] }