[deconz] Prevent exception when formatting value (#10486)
- Prevent exception when formatting value Fixes #10295 Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
11b24a551a
commit
a57065c8c0
@ -539,7 +539,7 @@
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Valve position</label>
|
||||
<description>Current valve position</description>
|
||||
<state readOnly="true" pattern="%d %unit%"/>
|
||||
<state readOnly="true" pattern="%.0f %unit%"/>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user