Version
0.7.x

Output group module


Output

You can groups outputs of type switch or light.

Example config

output_group:
  - id: LightsGroup
    output_type: light
    outputs:
      - light1
      - light2

Configuration variables:

  • id (Optional, string, default: value of {kind}_{pin}) - uniquely identifies this device in MQTT and Home Assistant.
  • outputs (Required, list) - List of outputs id to group.
  • output_type (Required, string, allowed_values: ['switch', 'light', 'none']) - What type of output it is. Switch/light shows as such device in Home Assistant. Value none means that this output is not published to MQTT. It’s internal use only for other component eg cover.