diff --git a/esphomeyaml/components/light/fastled_clockless.rst b/esphomeyaml/components/light/fastled_clockless.rst index 7a2161c2a..28578e1c1 100644 --- a/esphomeyaml/components/light/fastled_clockless.rst +++ b/esphomeyaml/components/light/fastled_clockless.rst @@ -5,7 +5,7 @@ The ``fastled_clockless`` light platform allows you to create RGB lights in esphomelib for a `number of supported chipsets <#supported-chipsets>`__. Clockless FastLED lights differ from the -`FastLED SPI lights `__ in that they only have +`FastLED SPI lights `__ in that they only have a single data wire to connect, and not separate data and clock wires. |image0| diff --git a/esphomeyaml/components/light/fastled_spi.rst b/esphomeyaml/components/light/fastled_spi.rst index ed2553b0b..6d6f31ba5 100644 --- a/esphomeyaml/components/light/fastled_spi.rst +++ b/esphomeyaml/components/light/fastled_spi.rst @@ -5,7 +5,7 @@ The ``fastled_spi`` light platform allows you to create RGB lights in esphomelib for a `number of supported chipsets <#supported-chipsets>`__. SPI FastLED lights differ from the -`FastLED Clockless lights `__ in that they require +`FastLED Clockless lights `__ in that they require two pins to be connected, one for a data and one for a clock signal whereas the clockless lights only need a single pin.