From 4121416743e3e00dde0f8420b18623060cb17e3a Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 30 Dec 2022 09:15:53 +0100 Subject: [PATCH] improve explanations,added example (#1729) Co-authored-by: CaCO3 --- sd-card/html/edit_config_param.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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'!