From d7f58bd4aa415614e66a5365980143d47943cea9 Mon Sep 17 00:00:00 2001 From: neographikal Date: Sun, 13 Dec 2020 16:51:29 +0100 Subject: [PATCH] Update pulse_counter.rst (#689) * Update pulse_counter.rst Would have saved me a lot of time. * Add space Co-authored-by: Fabian Affolter --- components/sensor/pulse_counter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/pulse_counter.rst b/components/sensor/pulse_counter.rst index 73e25f5fe..ecd7ab5b9 100644 --- a/components/sensor/pulse_counter.rst +++ b/components/sensor/pulse_counter.rst @@ -42,7 +42,7 @@ Configuration variables: - **internal_filter** (*Optional*, :ref:`config-time`): If a pulse shorter than this time is detected, it’s discarded and no pulse is counted. Defaults to ``13us``. On the ESP32, this value can not be higher than ``13us``, for the ESP8266 you can use larger intervals too. - If you enable this, set up the ``count_mode`` to increase on the falling edge, not leading edge. + If you enable this, set up the ``count_mode`` to increase on the falling edge, not leading edge. For S0 pulse meters that are used to meter power consumption 50-100 ms is a reasonable value. - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.