From e9123d0de3747f17811ebdad55897f2c6afd1596 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 1 Dec 2018 13:19:42 +0100 Subject: [PATCH] CSE7766 Update Interval (#91) --- esphomeyaml/components/sensor/cse7766.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esphomeyaml/components/sensor/cse7766.rst b/esphomeyaml/components/sensor/cse7766.rst index ea231bf8f..54e8b968c 100644 --- a/esphomeyaml/components/sensor/cse7766.rst +++ b/esphomeyaml/components/sensor/cse7766.rst @@ -52,6 +52,8 @@ Configuration variables: :ref:`Sensor ` and :ref:`MQTT Component `. - **voltage** (*Optional*): Use the voltage value of the sensor in V (RMS). All options from :ref:`Sensor ` and :ref:`MQTT Component `. +- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the + sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`. - **uart_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the :ref:`UART Component ` if you want to use multiple UART buses.