]> git.basschouten.com Git - openhab-addons.git/commitdiff
[elroconnects] Fix thing type description (#12823)
authorMark Herwege <mherwege@users.noreply.github.com>
Thu, 26 May 2022 21:18:25 +0000 (23:18 +0200)
committerGitHub <noreply@github.com>
Thu, 26 May 2022 21:18:25 +0000 (23:18 +0200)
* Fix thing type description

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
bundles/org.openhab.binding.elroconnects/src/main/resources/OH-INF/i18n/elroconnects.properties
bundles/org.openhab.binding.elroconnects/src/main/resources/OH-INF/thing/thing-types.xml

index 1f0629ddf5db7a68e9d76279eab83c941ccbe29c..94da417072d59a84a7f5ff31caebbde1863db20e 100644 (file)
@@ -22,7 +22,7 @@ thing-type.elroconnects.powersocket.description = ELRO Connects power socket
 thing-type.elroconnects.smokealarm.label = Smoke Alarm
 thing-type.elroconnects.smokealarm.description = ELRO Connects smoke alarm
 thing-type.elroconnects.temperaturesensor.label = Temperature Sensor
-thing-type.elroconnects.temperaturesensor.description = ELRO Connects motion sensor
+thing-type.elroconnects.temperaturesensor.description = ELRO Connects temperature sensor
 thing-type.elroconnects.wateralarm.label = Water Alarm
 thing-type.elroconnects.wateralarm.description = ELRO Connects water alarm
 
index 4d086204762f7c24420378c15f25770280059747..59bea29f387d01d7706dce870824db17fe7d4213 100644 (file)
                        <bridge-type-ref id="connector"/>
                </supported-bridge-type-refs>
                <label>Temperature Sensor</label>
-               <description>ELRO Connects motion sensor</description>
+               <description>ELRO Connects temperature sensor</description>
                <category>Sensor</category>
                <channels>
                        <channel id="temperature" typeId="temperature"/>