DoNothing

class DoNothing

Defines an automation action that intentionally does nothing.

method DoNothing.__init__

__init__(
    no_op: 'bool' = True,
    action_type: 'Literal[NO_OP]' = NO_OP
)  None

Args:

  • no_op (bool): Placeholder field which exists only to satisfy backend schema requirements. There should never be a need to set this field explicitly, as its value is ignored.
  • action_type (Literal[NO_OP]):

Returns: An DoNothing object.