[persistence] Capitalize add-on names (#15378)
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
|
||||
|
||||
<type>persistence</type>
|
||||
<name>InfluxDB persistence</name>
|
||||
<name>InfluxDB Persistence</name>
|
||||
<description>This is the persistence add-on for InfluxDB.</description>
|
||||
<connection>local</connection>
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
# add-on
|
||||
|
||||
addon.influxdb.name = InfluxDB Persistence
|
||||
addon.influxdb.description = This is the persistence add-on for InfluxDB.
|
||||
|
||||
# add-on
|
||||
|
||||
persistence.config.influxdb.addCategoryTag.label = Add Category Tag
|
||||
persistence.config.influxdb.addCategoryTag.description = Should the category of the item be included as tag "category"? If no category is set, "n/a" is used.
|
||||
persistence.config.influxdb.addLabelTag.label = Add Label Tag
|
||||
@@ -28,7 +35,3 @@ persistence.config.influxdb.version.label = Database Version
|
||||
persistence.config.influxdb.version.description = InfluxDB version
|
||||
persistence.config.influxdb.version.option.V1 = InfluxDB 1
|
||||
persistence.config.influxdb.version.option.V2 = InfluxDB 2
|
||||
|
||||
# service
|
||||
|
||||
service.persistence.influxdb.label = InfluxDB Persistence Service
|
||||
|
||||
Reference in New Issue
Block a user