State pattern with Percent as default for QuantityType:Dimensionless (#15691)

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
pull/15761/head
Bernd Weymann 2023-10-15 10:48:54 +02:00 committed by GitHub
parent 3c179d3fa7
commit 09c596cf7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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>