Merge branch 'current' of https://github.com/OttoWinter/esphomedocs into current

This commit is contained in:
Otto Winter 2019-01-20 11:47:55 +01:00
commit 934fbe0524
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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
-----------