custom-card-helpers
    Preparing search index...

    Interface CustomActionConfig

    repeat and haptic are specifically for use in custom cards like the Button-Card

    interface CustomActionConfig {
        action: "fire-dom-event";
        confirmation?: ConfirmationRestrictionConfig;
        haptic?: HapticType;
        repeat?: number;
        repeat_limit?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "fire-dom-event"
    haptic?: HapticType
    repeat?: number
    repeat_limit?: number