From 16377d26e9e0744075af78fa93077945f4e7170e Mon Sep 17 00:00:00 2001 From: Clayton Nummer Date: Thu, 4 Apr 2019 22:20:54 -0400 Subject: [PATCH] Remove const.py from custom_updater.json resources --- custom_updater.json | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_updater.json b/custom_updater.json index f6469ee7..c2928519 100644 --- a/custom_updater.json +++ b/custom_updater.json @@ -7,7 +7,6 @@ "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/const.py", "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/switch.py" ]