Skip to content

Commit

Permalink
Improve addons.cfg package documentation (#1307)
Browse files Browse the repository at this point in the history
Fixes #1305

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored Jun 30, 2021
1 parent 9461f1d commit 77815e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
# as otherwise your definition might be in conflict with what the installation package defines.
#
# Valid options:
# - standard : Standard setup for normal use of openHAB
# - minimal : Installation of core components, but no UIs or other add-ons. Use this for special headless setups.
#
# See https://www.openhab.org/docs/configuration/packages.html for a detailed explanation of these packages.
# - standard : Standard setup for normal use of openHAB with persistence (rrd4j) and additional UI add-ons (basic,habpanel).
# - minimal : Installation of core components without additional add-ons.
#
package = standard

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
# as otherwise your definition might be in conflict with what the installation package defines.
#
# Valid options:
# - standard : Standard setup for normal use of openHAB
# - minimal : Installation of core components, but no UIs or other add-ons. Use this for special headless setups.
#
# See https://www.openhab.org/docs/configuration/packages.html for a detailed explanation of these packages.
# - standard : Standard setup for normal use of openHAB with persistence (rrd4j) and additional UI add-ons (basic,habpanel).
# - minimal : Installation of core components without additional add-ons.
#
package = standard

Expand Down

0 comments on commit 77815e8

Please sign in to comment.