Groups

Combining multiple devices into one group.

system: device provider: group

Groups are used for combining multiple devices into logical group. Besides that, group will pick properties and commands which are common for all devices belonging to the group.

Configuration options

Param Required Type Default Description
name yes string Group name
devices yes [string] List of glob-based device IDs

Examples

system: device
provider: group
name: cabinet lights
devices:
  - cab_led.*
  - samsung.switch.cabinet_lamp
  - hue.light.w_cb_lamp