Skip to content

Commit eacc690

Browse files
authored
Add currency UoM configuration to runtime.cfg (#1808)
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 85824bc commit eacc690

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • distributions/openhab/src/main/resources/conf/services

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@
3737
#org.openhab.persistence:default=
3838

3939

40+
##################################### UNIT #####################################
41+
42+
# The service that is used to provide a set of currencies and their exchange rates.
43+
# Available options include:
44+
# - org.openhab.core.internal.library.unit.FixedCurrencyProvider
45+
# - org.openhab.core.internal.library.unit.LocaleBasedCurrencyProvider
46+
#
47+
#org.openhab.units:currencyProvider=
48+
49+
# The base currency of this system when the fixed currency provider is used, e.g. EUR.
50+
#
51+
#org.openhab.units:fixedBaseCurrency=
52+
53+
4054
#################################### AUDIO #####################################
4155

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

0 commit comments

Comments
 (0)