mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[elroconnects] Fix thing type description (#12823)
* Fix thing type description Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
parent
867628a701
commit
766eba5bd6
@ -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
|
||||
|
||||
|
@ -202,7 +202,7 @@
|
||||
<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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user