Skip to content

Generic Output Switch

The output switch platform allows you to use any output component as a switch.

# Example configuration entry
output:
- platform: gpio
pin: GPIOXX
id: 'generic_out'
switch:
- platform: output
name: "Generic Output"
output: 'generic_out'
  • output (Required, ID): The ID of the output component to use.
  • All other options from Switch.