From ddac20eae300d6cac9d76c9b507ad3df098d1888 Mon Sep 17 00:00:00 2001 From: mule1972 <53652507+mule1972@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:51:22 +0200 Subject: [PATCH 1/2] Update sources-dist.json Add iopooleco Adapter --- sources-dist.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sources-dist.json b/sources-dist.json index bc1ff0a30..cb4eab08a 100644 --- a/sources-dist.json +++ b/sources-dist.json @@ -1065,6 +1065,11 @@ "icon": "https://raw.githubusercontent.com/TA2k/ioBroker.intex/master/admin/intex.png", "type": "household" }, + "iopooleco": { + "meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.iopooleco/main/io-package.json", + "icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.iopooleco/main/admin/iopooleco.png", + "type": "meetering" + }, "iot": { "meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.iot/master/io-package.json", "icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.iot/master/admin/iot.png", From f8b19b1205cd86f6712a68668669eca8afabe662 Mon Sep 17 00:00:00 2001 From: mule1972 <53652507+mule1972@users.noreply.github.com> Date: Fri, 20 Oct 2023 23:53:50 +0200 Subject: [PATCH 2/2] Update sources-dist.json - fixed repo owner --- sources-dist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources-dist.json b/sources-dist.json index cb4eab08a..4720dc336 100644 --- a/sources-dist.json +++ b/sources-dist.json @@ -1066,8 +1066,8 @@ "type": "household" }, "iopooleco": { - "meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.iopooleco/main/io-package.json", - "icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.iopooleco/main/admin/iopooleco.png", + "meta": "https://raw.githubusercontent.com/mule1972/ioBroker.iopooleco/main/io-package.json", + "icon": "https://raw.githubusercontent.com/mule1972/ioBroker.iopooleco/main/admin/iopooleco.png", "type": "meetering" }, "iot": {