State pattern with Percent as default for QuantityType:Dimensionless (#15691)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>pull/15761/head
parent
3c179d3fa7
commit
09c596cf7d
|
@ -61,19 +61,19 @@
|
|||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Autarky</label>
|
||||
<description>Your current Autarky Level in Percent</description>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
<state pattern="%d %%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="self-consumption-channel">
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Self Consumtion</label>
|
||||
<description>Your current Photovoltaic Self Consumption Level in Percent</description>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
<state pattern="%d %%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="battery-soc-channel">
|
||||
<item-type>Number:Dimensionless</item-type>
|
||||
<label>Battery State Of Charge</label>
|
||||
<description>Charge Level of your attached Battery in Percent</description>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
<state pattern="%d %%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="battery-charged-channel">
|
||||
<item-type>Number:Energy</item-type>
|
||||
|
|
Loading…
Reference in New Issue