Generic Output Lock

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

# Example configuration entry
output:
  - platform: gpio
    pin: GPIOXX
    id: 'generic_out'
lock:
  - platform: output
    name: "Generic Output"
    output: 'generic_out'

Configuration variables: Copy link to header

  • output (Required, ID): The ID of the output component to use.
  • All other options from Lock.

See Also Copy link to header

CURRENT