From de1180be7a0022374ed8ff4b26a47c4c6957a4e3 Mon Sep 17 00:00:00 2001 From: Clayton Nummer Date: Wed, 3 Apr 2019 16:30:57 -0400 Subject: [PATCH] Include `updated_at`for custom_updater hopefully custom_updater starts working --- custom_updater.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_updater.json b/custom_updater.json index c105a459..2981e5bf 100644 --- a/custom_updater.json +++ b/custom_updater.json @@ -1,5 +1,6 @@ { "circadian_lighting": { + "updated_at": "2019-04-03", "version": "1.0.0", "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",