]> git.basschouten.com Git - openhab-addons.git/commitdiff
[hue] Fixed unicode character in translation (#11519)
authorChristoph Weitkamp <github@christophweitkamp.de>
Fri, 5 Nov 2021 14:21:48 +0000 (15:21 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Nov 2021 14:21:48 +0000 (15:21 +0100)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties
bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/LightLevelSensor.xml

index 46bee8d8e243baa9fd6abcc57b25579ef64c18c8..a7609ea22cb2f7493dcb63fe125fbde2d5073d07 100644 (file)
@@ -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.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.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.description = Fade time in milliseconds for changing values
 thing-type.config.hue.0110.lightId.label = Light ID
index 0774e75afbdddb469522e62f5ee1cd6407ece244..661d6e9f3c6fc3bb8fc97311ddedb3125c4550b8 100644 (file)
@@ -47,7 +47,7 @@
                        <parameter name="tholdoffset" type="integer" min="1" step="1">
                                <label>Threshold Offset</label>
                                <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>
                        </parameter>
                </config-description>