Skip to content

Commit a9c0991

Browse files
authored
Add suggestion finder parameters to addons.cfg (#1633)
Signed-off-by: Mark Herwege <[email protected]>
1 parent cd4c3b7 commit a9c0991

File tree

1 file changed

+8
-0
lines changed
  • distributions/openhab/src/main/resources/conf/services

1 file changed

+8
-0
lines changed

distributions/openhab/src/main/resources/conf/services/addons.cfg

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
#
99
#includeIncompatible = false
1010

11+
# The system can automatically suggest add-ons for installation using add-on finders.
12+
# If you don't want add-on suggestions from specific finders, you can disable the respective finders.
13+
# They are enabled by default.
14+
#
15+
#suggestionFinderIp = true
16+
#suggestionFinderMdns = true
17+
#suggestionFinderUpnp = true
18+
1119
# The add-on configuration in the lists below is applied EVERY TIME openHAB is started.
1220
# Add-ons installed using the UI that do not occur in the lists will be uninstalled each startup.
1321
# When lists are commented again any add-ons in the list remain installed and are not removed.

0 commit comments

Comments
 (0)