[elroconnects] Fix thing type description (#12823)

* Fix thing type description

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
Mark Herwege 2022-05-26 23:18:25 +02:00 committed by GitHub
parent 867628a701
commit 766eba5bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -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"/>