From d9050d3ee6e69c841180015b69d1469aa794454b Mon Sep 17 00:00:00 2001 From: Yannic Labonte Date: Thu, 24 Aug 2023 22:51:17 +0200 Subject: [PATCH] Add procon-ip adapter to stable repository (#2536) As proposed by you in [this issue](https://github.com/ylabonte/ioBroker.procon-ip/issues/35), I want to add my procon-ip adapter to the stable repository. --- sources-dist-stable.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sources-dist-stable.json b/sources-dist-stable.json index 2f2fa11da..ab01ea021 100644 --- a/sources-dist-stable.json +++ b/sources-dist-stable.json @@ -1921,6 +1921,12 @@ "type": "energy", "version": "0.0.12" }, + "procon-ip": { + "meta": "https://raw.githubusercontent.com/ylabonte/ioBroker.procon-ip/master/io-package.json", + "icon": "https://raw.githubusercontent.com/ylabonte/ioBroker.procon-ip/master/admin/procon-ip.png", + "type": "iot-systems", + "version": "1.4.0" + }, "proxmox": { "meta": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.proxmox/master/io-package.json", "icon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.proxmox/master/admin/logo.png",