Skip to content

Commit 0bafa43

Browse files
committed
Add update_interval note
1 parent dd32551 commit 0bafa43

20 files changed

+38
-11
lines changed

esphomeyaml/components/dallas.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Configuration variables:
2828

2929
- **pin** (**Required**, number): The pin the sensor bus is connected to.
3030
- **update_interval** (*Optional*, :ref:`config-time`): The interval that the sensors should be checked.
31-
Defaults to 15 seconds.
31+
Defaults to 15 seconds. See :ref:`sensor-default_filter`.
3232
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
3333

3434
See Also

esphomeyaml/components/sensor/adc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Configuration variables:
2727
- **attenuation** (*Optional*): Only on ESP32. Specify the ADC
2828
attenuation to use. See :ref:`adc-esp32_attenuation`.
2929
- **update_interval** (*Optional*, :ref:`config-time`): The interval
30-
to check the sensor. Defaults to ``15s``.
30+
to check the sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`.
3131
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
3232
- All other options from :ref:`Sensor <config-sensor>` and :ref:`MQTT Component <config-mqtt-component>`.
3333

esphomeyaml/components/sensor/ads1115.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Configuration variables:
4545
- **name** (**Required**, string): The name for this sensor.
4646
- **ads1115_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the
4747
:doc:`ADS1115 Hub </esphomeyaml/components/ads1115>` you want to use this sensor.
48+
- **update_interval** (*Optional*, :ref:`config-time`): The interval
49+
to check the sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`.
4850
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
4951

5052
Multiplexer And Gain

esphomeyaml/components/sensor/bh1750.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Configuration variables:
3434
- **resolution** (*Optional*, string): The resolution of the sensor in lx. One of ``4.0``,
3535
``1.0``, ``0.5``. Defaults to ``0.5`` (the maximum resolution).
3636
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
37-
sensor. Defaults to ``15s``.
37+
sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`.
3838
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code
3939
generation.
4040
- All other options from :ref:`Sensor <config-sensor>` and :ref:`MQTT Component <config-mqtt-component>`.

esphomeyaml/components/sensor/bme280.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Configuration variables:
6464
- **iir_filter** (*Optional*): Set up an Infinite Impulse Response filter to increase accuracy. One of
6565
``OFF``, ``2x``, ``4x``, ``16x``. Defaults to ``OFF``.
6666
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
67-
sensor. Defaults to ``15s``.
67+
sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`.
6868

6969
.. _bme280-oversampling:
7070

esphomeyaml/components/sensor/bme680.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Configuration variables:
7575
- **iir_filter** (*Optional*): Set up an Infinite Impulse Response filter to increase accuracy. One of
7676
``OFF``, ``2x``, ``4x``, ``16x``. Defaults to ``OFF``.
7777
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
78-
sensor. Defaults to ``15s``.
78+
sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`.
7979

8080
.. _bme680-oversampling:
8181

esphomeyaml/components/sensor/bmp085.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Configuration variables:
5151
- **address** (*Optional*, int): Manually specify the i^2c address of
5252
the sensor. Defaults to ``0x77``.
5353
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
54-
sensor. Defaults to ``15s``.
54+
sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`.
5555

5656
See Also
5757
^^^^^^^^

esphomeyaml/components/sensor/dht.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Configuration variables:
5757
one of ``AUTO_DETECT``, ``DHT11``, ``DHT22``, ``AM2303``, ``RHT03``
5858
and helps with some connection issues. Defaults to ``AUTO_DETECT``.
5959
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
60-
sensor. Defaults to ``15s``.
60+
sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`.
6161

6262
.. note::
6363

esphomeyaml/components/sensor/dht12.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Configuration variables:
4545
- All other options from :ref:`Sensor <config-sensor>` and :ref:`MQTT Component <config-mqtt-component>`.
4646

4747
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``15s``.
48+
See :ref:`sensor-default_filter`.
4849

4950
See Also
5051
^^^^^^^^

esphomeyaml/components/sensor/hdc1080.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Configuration variables:
4747
- All other options from :ref:`Sensor <config-sensor>` and :ref:`MQTT Component <config-mqtt-component>`.
4848

4949
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``15s``.
50+
See :ref:`sensor-default_filter`.
5051

5152
Currently, the platform doesn’t support activating the built-in heater,
5253
as it seems to only be rarely of use. If you need it, please open an

0 commit comments

Comments
 (0)