esphome-docs/esphomeyaml/components/light/index.rst

42 lines
1.5 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Light Component
===============
The ``light`` domain in esphomeyaml lets you create lights that will
automatically be shown in Home Assistants frontend and have many
features such as RGB colors, transitions, flashing and effects.
|image0|
Currently supported light platforms:
======================== ======================== ========================
|Binary Light|_ |Monochromatic Light|_ |RGB Light|_
------------------------ ------------------------ ------------------------
`Binary Light`_ `Monochromatic Light`_ `RGB Light`_
------------------------ ------------------------ ------------------------
|RGBW Light|_
------------------------ ------------------------ ------------------------
`RGBW Light`_
======================== ======================== ========================
.. |Binary Light| image:: /esphomeyaml/lightbulb.svg
:class: component-image
.. _Binary Light: /esphomeyaml/components/light/binary.html
.. |Monochromatic Light| image:: /esphomeyaml/brightness-medium.svg
:class: component-image
.. _Monochromatic Light: /esphomeyaml/components/light/monochromatic.html
.. |RGB Light| image:: /esphomeyaml/rgb.png
:class: component-image
.. _RGB Light: /esphomeyaml/components/light/rgb.html
.. |RGBW Light| image:: /esphomeyaml/rgbw.png
:class: component-image
.. _RGBW Light: /esphomeyaml/components/light/rgbw.html
.. |image0| image:: /esphomeyaml/components/light/light-rgb.png
:class: align-center
:width: 30.0%