From 03f1926484a51515533d0d9055e188ae434ebcfc Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 5 Feb 2023 22:28:15 +0100 Subject: [PATCH] . --- param-docs/parameter-pages/Analog/CNNGoodThreshold.md | 2 +- param-docs/parameter-pages/Digits/CNNGoodThreshold.md | 2 +- param-docs/parameter-pages/MQTT/MeterType.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/param-docs/parameter-pages/Analog/CNNGoodThreshold.md b/param-docs/parameter-pages/Analog/CNNGoodThreshold.md index 779fe31..acff4a5 100644 --- a/param-docs/parameter-pages/Analog/CNNGoodThreshold.md +++ b/param-docs/parameter-pages/Analog/CNNGoodThreshold.md @@ -7,4 +7,4 @@ Default Value: `0.5` Threshold above which the classification should be to accept the value (only meaningful for digits). !!! Warning - EXPERIMENTAL - NOT WORKING FOR ALL CNNs! + This is only supported for the `ana-class100` models! diff --git a/param-docs/parameter-pages/Digits/CNNGoodThreshold.md b/param-docs/parameter-pages/Digits/CNNGoodThreshold.md index 779fe31..0485129 100644 --- a/param-docs/parameter-pages/Digits/CNNGoodThreshold.md +++ b/param-docs/parameter-pages/Digits/CNNGoodThreshold.md @@ -7,4 +7,4 @@ Default Value: `0.5` Threshold above which the classification should be to accept the value (only meaningful for digits). !!! Warning - EXPERIMENTAL - NOT WORKING FOR ALL CNNs! + This is only supported for the `dig-class100` models! diff --git a/param-docs/parameter-pages/MQTT/MeterType.md b/param-docs/parameter-pages/MQTT/MeterType.md index 6bc9f05..a65bd03 100644 --- a/param-docs/parameter-pages/MQTT/MeterType.md +++ b/param-docs/parameter-pages/MQTT/MeterType.md @@ -4,7 +4,7 @@ Default Value: `other` Select the Meter Type so the sensors have the right units in Homeassistant. !!! Note - For 'Watermeter' you need to have Homeassistant 2022.11 or newer! + For `Watermeter` you need to have Homeassistant 2022.11 or newer! Please also make sure that the selected Meter Type matches the dimension of the value provided by the meter! Eg. if your meter provides `m³`, you need to also set it to `m³`.