InputMetadata

Description

Meta information of each input variable.

Fields

Key Type Description
name

I18nText

String

The name of the input variable.

Required

description

I18nText

String

The additional description of the input variable.

Required

Examples

Defines one input variable tv to ask user input for a device. The metadata gives name and description of this input.

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