InputEntry

Description

It provides full information about the input variable.

Fields

Key Type Description
metadata InputMetadata

The metadata of the input variable, like name and description. The information is later supplied to the Adoption UI.

Required

selector InputSelector

Defines the exact UI component to select the input value inside the Adoption UI.

Required

Examples

Defines one input variable tv to ask user input for a device.

input:
  tv:
    metadata:
      name: Select a TV
      description: Select the TV to start the automation.
    selector:
      type: device
      supportedTypes: TV