Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@
#org.openhab.persistence:default=


##################################### UNIT #####################################

# The service that is used to provide a set of currencies and their exchange rates.
# Available options include:
# - org.openhab.core.internal.library.unit.FixedCurrencyProvider
# - org.openhab.core.internal.library.unit.LocaleBasedCurrencyProvider
#
#org.openhab.units:currencyProvider=

# The base currency of this system when the fixed currency provider is used, e.g. EUR.
#
#org.openhab.units:fixedBaseCurrency=


#################################### AUDIO #####################################

# This parameter defines the default audio source to use (if not set, the first available one will be used.
Expand Down