Skip to content

Commit

Permalink
[solaredge] fix percent channel definition (#7791)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Friese <af944580@googlemail.com>
  • Loading branch information
alexf2015 authored May 26, 2020
1 parent 500ce34 commit 8563777
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</state>
</channel-type>
<channel-type id="live-type-battery_level">
<item-type>Number:Percent</item-type>
<item-type>Number:Dimensionless</item-type>
<label>Battery Level</label>
<description>Current Charge Level</description>
<state pattern="%.0f %unit%" readOnly="true">
Expand Down Expand Up @@ -118,7 +118,7 @@
</state>
</channel-type>
<channel-type id="aggregate-type-selfConsumptionCoverage">
<item-type>Number:Percent</item-type>
<item-type>Number:Dimensionless</item-type>
<label>Self Consumption Coverage</label>
<description>Self Consumption Coverage</description>
<state pattern="%.0f %unit%" readOnly="true">
Expand Down

0 comments on commit 8563777

Please sign in to comment.