From 522dd7c2aeccb0d790bcdf3099bebc903ce5a96c Mon Sep 17 00:00:00 2001 From: Lucky-ESA <83980942+Lucky-ESA@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:08:33 +0100 Subject: [PATCH] Added schedule-switcher to sources-dist.json (#4204) Co-authored-by: Lucky-ESA --- sources-dist.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sources-dist.json b/sources-dist.json index 167e27cec..e95866a21 100644 --- a/sources-dist.json +++ b/sources-dist.json @@ -2150,6 +2150,11 @@ "icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.scenes/master/admin/scenes.png", "type": "logic" }, + "schedule-switcher": { + "meta": "https://raw.githubusercontent.com/Lucky-ESA/ioBroker.schedule-switcher/main/io-package.json", + "icon": "https://raw.githubusercontent.com/Lucky-ESA/ioBroker.schedule-switcher/main/admin/schedule-switcher.png", + "type": "date-and-time" + }, "scheduler": { "meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.scheduler/master/io-package.json", "icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.scheduler/master/admin/scheduler.png", @@ -3169,4 +3174,4 @@ "icon": "https://raw.githubusercontent.com/AlCalzone/ioBroker.zwave2/master/admin/zwave2.svg?sanitize=true", "type": "hardware" } -} +} \ No newline at end of file