From 1a600a84faf5b53c5b3215d0ec06ab640834c03b Mon Sep 17 00:00:00 2001 From: Sebastian Haesselbarth Date: Mon, 25 Dec 2023 15:44:50 +0100 Subject: [PATCH] Update sources-dist.json: Add myuplink adapter Tested by user (and me): https://github.com/sebilm/ioBroker.myuplink/issues/1 --- sources-dist.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sources-dist.json b/sources-dist.json index 15375ba59..89147c841 100644 --- a/sources-dist.json +++ b/sources-dist.json @@ -1552,6 +1552,11 @@ "icon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.myenergi/master/admin/myenergi.png", "type": "energy" }, + "myuplink": { + "meta": "https://raw.githubusercontent.com/sebilm/ioBroker.myuplink/master/io-package.json", + "icon": "https://raw.githubusercontent.com/sebilm/ioBroker.myuplink/master/admin/myuplink.png", + "type": "climate-control" + }, "myq": { "meta": "https://raw.githubusercontent.com/StrathCole/ioBroker.myq/master/io-package.json", "icon": "https://raw.githubusercontent.com/StrathCole/ioBroker.myq/master/admin/myq.png", @@ -3076,4 +3081,4 @@ "icon": "https://raw.githubusercontent.com/AlCalzone/ioBroker.zwave2/master/admin/zwave2.svg?sanitize=true", "type": "hardware" } -} \ No newline at end of file +}