diff --git a/sd-card/html/edit_config_param.html b/sd-card/html/edit_config_param.html index 579457a7..33cda42e 100644 --- a/sd-card/html/edit_config_param.html +++ b/sd-card/html/edit_config_param.html @@ -457,7 +457,8 @@ textarea { - Shift the digit separator within the digital digits (positiv and negativ) + Shift the digit separator (positiv or negativ).
+ Eg. to move from 'm3' to 'l' (Multiply by 1000), you need to set it to +3. @@ -668,7 +669,8 @@ textarea { Select the meter type so the sensors have the right units in Homeassistant.
Note: For 'Watermeter' you need to have Homeassistant 2022.11 or never!
- Please also make sure that it matches the value! Use `DecimalShift` to set it correctly! + Please also make sure that it matches the dimention of the value provided by the meter! Eg. if your meter provides m3, you need to also set it to m3. + Alternatively you could set 'DecimalShift' to '3' so the value is converted to 'l'!