From 6c26f5dbe19aed59c237dfdb187fc41a7ff1e573 Mon Sep 17 00:00:00 2001 From: Clayton Nummer Date: Fri, 21 Feb 2020 22:16:31 -0500 Subject: [PATCH] Version bump for (deprecated) custom updater --- custom_components/circadian_lighting/__init__.py | 2 +- custom_updater.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/circadian_lighting/__init__.py b/custom_components/circadian_lighting/__init__.py index 1dc0596d..360819cd 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.10b' +VERSION = '1.0.11b' _LOGGER = logging.getLogger(__name__) diff --git a/custom_updater.json b/custom_updater.json index 4c05dae6..16b4a1cf 100644 --- a/custom_updater.json +++ b/custom_updater.json @@ -1,7 +1,7 @@ { "circadian_lighting": { - "updated_at": "2020-02-12", - "version": "1.0.10b", + "updated_at": "2020-02-21", + "version": "1.0.11b", "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",