From b87b7df2790a917b8fca68ca46afbf78746c0108 Mon Sep 17 00:00:00 2001 From: pixiandreas Date: Fri, 18 Jan 2019 23:28:14 +0800 Subject: [PATCH 1/2] Add Arilux LC02 pinout (#130) --- esphomeyaml/devices/sonoff.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/esphomeyaml/devices/sonoff.rst b/esphomeyaml/devices/sonoff.rst index 47967a361..2aa17c1d9 100644 --- a/esphomeyaml/devices/sonoff.rst +++ b/esphomeyaml/devices/sonoff.rst @@ -248,6 +248,24 @@ Arilux LC01 See :doc:`/esphomeyaml/components/light/rgbw` for controlling the lights together with :doc:`/esphomeyaml/components/output/esp8266_pwm`. +Arilux LC02 +----------- + +.. pintable:: + + GPIO0, Button (inverted), + GPIO2, Blue LED, + GPIO5, Red Channel, + GPIO14, Green Channel, + GPIO12, Blue Channel, + GPIO13, White Channel, + + GPIO1, UART TX pin (for external sensors) + GPIO3, UART RX pin (for external sensors) + +See :doc:`/esphomeyaml/components/light/rgbw` for controlling the lights together with +:doc:`/esphomeyaml/components/output/esp8266_pwm`. + Arilux LC11 ----------- From bd88aa591d3c5f330989f461fe5d51d7cbffb879 Mon Sep 17 00:00:00 2001 From: balk77 Date: Sat, 19 Jan 2019 10:05:11 +0100 Subject: [PATCH 2/2] Update for default update_interval (#131) Actual default update_interval is 60 seconds (measured with stopwatch) over MQTT, not 15 seconds. --- esphomeyaml/components/dallas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/components/dallas.rst b/esphomeyaml/components/dallas.rst index 4db6a48a0..75c51c8ab 100644 --- a/esphomeyaml/components/dallas.rst +++ b/esphomeyaml/components/dallas.rst @@ -34,7 +34,7 @@ Configuration variables: - **pin** (**Required**, number): The pin the sensor bus is connected to. - **update_interval** (*Optional*, :ref:`config-time`): The interval that the sensors should be checked. - Defaults to 15 seconds. + Defaults to 60 seconds. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. See Also