From 108f13acedf19d727b559db728896ac5320a6980 Mon Sep 17 00:00:00 2001 From: Clayton Nummer Date: Tue, 20 Aug 2019 19:05:53 -0400 Subject: [PATCH] Bump custom_updater.json to 1.0.9 I'm an idiot and forgot people are still using Custom Updater...doh. --- custom_updater.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_updater.json b/custom_updater.json index 4eda9353..e3cee255 100644 --- a/custom_updater.json +++ b/custom_updater.json @@ -1,7 +1,7 @@ { "circadian_lighting": { - "updated_at": "2019-06-14", - "version": "1.0.6", + "updated_at": "2019-08-17", + "version": "1.0.9", "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", @@ -13,4 +13,4 @@ "https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/switch.py" ] } -} \ No newline at end of file +}