From af891ff5e3aa89f6b8da70884891d7fbf323605a Mon Sep 17 00:00:00 2001 From: QbaF <57077178+QbaF@users.noreply.github.com> Date: Fri, 11 Mar 2022 04:39:06 +0100 Subject: [PATCH] =?UTF-8?q?Additional=20clarification=20to=20update=5Finte?= =?UTF-8?q?rval=20and=20sample=5Fduration=20relat=E2=80=A6=20(#1898)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Additional clarification to update_interval and sample_duration relations * Update components/sensor/ct_clamp.rst Co-authored-by: Otto Winter Co-authored-by: Flaviu Tamas Co-authored-by: Otto Winter --- components/sensor/ct_clamp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/ct_clamp.rst b/components/sensor/ct_clamp.rst index b432a6043..f4a5b50b6 100644 --- a/components/sensor/ct_clamp.rst +++ b/components/sensor/ct_clamp.rst @@ -40,7 +40,7 @@ Configuration variables: - **sample_duration** (*Optional*, :ref:`config-time`): The time duration to sample the current clamp with. Higher values can increase accuracy. Defaults to ``200ms`` which would be 10 whole cycles on a 50Hz system. - **update_interval** (*Optional*, :ref:`config-time`): The interval - to check the sensor. Defaults to ``60s``. + to check the sensor. Defaults to ``60s``. The **update_interval** for ``ct_clamp`` has to be greater than **sample_duration**. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - All other options from :ref:`Sensor `.