custom-card-helpers
    Preparing search index...

    Interface BaseActionConfig

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

    interface BaseActionConfig {
        confirmation?: ConfirmationRestrictionConfig;
        haptic?: HapticType;
        repeat?: number;
        repeat_limit?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    haptic?: HapticType
    repeat?: number
    repeat_limit?: number