From 1858930d991a07bec24ab2078b1af73c56769e80 Mon Sep 17 00:00:00 2001 From: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com> Date: Sat, 25 Jan 2025 04:24:58 +0100 Subject: [PATCH] Update hx711.rst --- components/sensor/hx711.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/sensor/hx711.rst b/components/sensor/hx711.rst index 8555b7545f..6b25bbc29d 100644 --- a/components/sensor/hx711.rst +++ b/components/sensor/hx711.rst @@ -31,6 +31,7 @@ and ``CLK`` (or ``SCK``) to free GPIO pins. dout_pin: D0 clk_pin: D1 gain: 128 + settling_time: 400ms update_interval: 60s Configuration variables: @@ -44,6 +45,8 @@ Configuration variables: - ``64`` (Channel A, gain 64) - ``128`` (Channel A, gain 128) +- **settling_time** (*Optional*, :ref:`config-time`): The settling time after power-up, gain, or channel changes. Defaults to ``400ms``. Minimum ``0ms``, maximum ``65535ms``. + - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``. - All other options from :ref:`Sensor `.