Binary Light

The binary light platform creates a simple ON/OFF-only light from a binary output component.

../../_images/binary-ui.png
# Example configuration entry
light:
  - platform: binary
    name: "Desk Lamp"
    output: light_output

Configuration variables:

  • output (Required, ID): The id of the binary Output Component to use for this light.

  • All other options from Light.

See Also