Monochromatic Light =================== The ``monochromatic`` light platform creates a simple light brightness-only from an `output component `__. |image0| .. code:: yaml # Example configuration entry light: - platform: monochromatic name: "Kitchen Lights" output: output_component1 Configuration variables: ~~~~~~~~~~~~~~~~~~~~~~~~ - **name** (**Required**, string): The name of the light. - **output** (**Required**, `id `__): The id of the float `output component `__ to use for this light. - **gamma_correct** (*Optional*, float): The `gamma correction factor `__ for the light. Defaults to ``2.8``. - **default_transition_length** (*Optional*, `time `__): The length of the transition if no transition parameter is provided by Home Assistant. Defaults to ``1s``. - **id** (*Optional*, `id `__): Manually specify the ID used for code generation. - All other options from `MQTT Component `__. .. |image0| image:: /esphomeyaml/components/light/kitchen-lights.png :class: align-center :width: 80.0%