[hue] Fixed unicode character in translation (#11519)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
0ae2a2b751
commit
8a838fbc0f
@ -64,7 +64,7 @@ thing-type.config.hue.0106.sensorId.description = The identifier that is used wi
|
|||||||
thing-type.config.hue.0106.tholddark.label = Threshold Dark
|
thing-type.config.hue.0106.tholddark.label = Threshold Dark
|
||||||
thing-type.config.hue.0106.tholddark.description = Threshold the user configured to be used in rules to determine insufficient light level (ie below threshold). Default value 16000.
|
thing-type.config.hue.0106.tholddark.description = Threshold the user configured to be used in rules to determine insufficient light level (ie below threshold). Default value 16000.
|
||||||
thing-type.config.hue.0106.tholdoffset.label = Threshold Offset
|
thing-type.config.hue.0106.tholdoffset.label = Threshold Offset
|
||||||
thing-type.config.hue.0106.tholdoffset.description = Threshold the user configured to be used in rules to determine sufficient light level (ie above threshold). Specified as relative offset to the “dark” threshold. Shall be >=1. Default value 7000.
|
thing-type.config.hue.0106.tholdoffset.description = Threshold the user configured to be used in rules to determine sufficient light level (ie above threshold). Specified as relative offset to the "dark" threshold. Shall be >=1. Default value 7000.
|
||||||
thing-type.config.hue.0110.fadetime.label = Fade Time
|
thing-type.config.hue.0110.fadetime.label = Fade Time
|
||||||
thing-type.config.hue.0110.fadetime.description = Fade time in milliseconds for changing values
|
thing-type.config.hue.0110.fadetime.description = Fade time in milliseconds for changing values
|
||||||
thing-type.config.hue.0110.lightId.label = Light ID
|
thing-type.config.hue.0110.lightId.label = Light ID
|
||||||
|
|||||||
@ -47,7 +47,7 @@
|
|||||||
<parameter name="tholdoffset" type="integer" min="1" step="1">
|
<parameter name="tholdoffset" type="integer" min="1" step="1">
|
||||||
<label>Threshold Offset</label>
|
<label>Threshold Offset</label>
|
||||||
<description>Threshold the user configured to be used in rules to determine sufficient light level (ie above
|
<description>Threshold the user configured to be used in rules to determine sufficient light level (ie above
|
||||||
threshold). Specified as relative offset to the “dark” threshold. Shall be >=1. Default value 7000.</description>
|
threshold). Specified as relative offset to the "dark" threshold. Shall be >=1. Default value 7000.</description>
|
||||||
<default>7000</default>
|
<default>7000</default>
|
||||||
</parameter>
|
</parameter>
|
||||||
</config-description>
|
</config-description>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user