Updated external content (Jenkins build 1850)
parent
17c77ec9c4
commit
06773b9dda
|
@ -83,6 +83,13 @@ This has the following advantages:
|
|||
If you want electricity tax included in your total price, please add either `electricity-tax` or `reduced-electricity-tax` to the group - depending on which one applies.
|
||||
See [Electricity Tax](#electricity-tax) for further information.
|
||||
|
||||
#### Currencies
|
||||
|
||||
There are some existing limitations related to currency support.
|
||||
While the binding attempts to update channels in the correct currency, such attempts may face rejection.
|
||||
In such cases, the binding will resort to omitting the currency unit.
|
||||
While this ensures correct prices, it's important to note that the currency information may be incorrect in these instances.
|
||||
|
||||
#### Value-Added Tax
|
||||
|
||||
VAT is not included in any of the prices.
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
<label>Current Draw</label>
|
||||
<description>The current draw in mA</description>
|
||||
<category>Energy</category>
|
||||
<state readOnly="true"/>
|
||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="stationState">
|
||||
|
|
Loading…
Reference in New Issue