From a9c0991ba5601546026e34d86c5cf2f8242656e2 Mon Sep 17 00:00:00 2001 From: Mark Herwege Date: Sun, 4 Feb 2024 17:36:51 +0100 Subject: [PATCH] Add suggestion finder parameters to addons.cfg (#1633) Signed-off-by: Mark Herwege --- .../openhab/src/main/resources/conf/services/addons.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/distributions/openhab/src/main/resources/conf/services/addons.cfg b/distributions/openhab/src/main/resources/conf/services/addons.cfg index 87e8dbbbf1..0d88531152 100644 --- a/distributions/openhab/src/main/resources/conf/services/addons.cfg +++ b/distributions/openhab/src/main/resources/conf/services/addons.cfg @@ -8,6 +8,14 @@ # #includeIncompatible = false +# The system can automatically suggest add-ons for installation using add-on finders. +# If you don't want add-on suggestions from specific finders, you can disable the respective finders. +# They are enabled by default. +# +#suggestionFinderIp = true +#suggestionFinderMdns = true +#suggestionFinderUpnp = true + # The add-on configuration in the lists below is applied EVERY TIME openHAB is started. # Add-ons installed using the UI that do not occur in the lists will be uninstalled each startup. # When lists are commented again any add-ons in the list remain installed and are not removed.