block-finished

An event that is emitted when a block finishes successfully

Name block-finished
Type Interface
Path packages/blocks/src/types/hass-blocks-event.ts

Properties

Name Type Description
output BlockOutput<O> The output that was returned by the block callback
parent SerialisedBlock The parent block (often this will be the automation that triggered the block execution)
type string The type of block that has started