[haywardomnilogic] Fix chlorinator units. Continuation of PR#15478 (#16733)
* Fixed units on chlorinator timed percent state description pattern Signed-off-by: Matt Myers <mmyers75@icloud.com>pull/16775/head
parent
6efe62fe70
commit
6c56f29dae
|
@ -48,7 +48,7 @@
|
|||
<channel-type id="timedPercent">
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Salt Output (%)</label>
|
||||
<state min="0" max="100" step="1.0" pattern="%d %" readOnly="false"/>
|
||||
<state min="0" max="100" step="1.0" pattern="%d %%" readOnly="false"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="scMode">
|
||||
|
|
Loading…
Reference in New Issue