custom-card-helpers
    Preparing search index...

    Interface UrlActionConfig

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

    interface UrlActionConfig {
        action: "url";
        confirmation?: ConfirmationRestrictionConfig;
        haptic?: HapticType;
        repeat?: number;
        repeat_limit?: number;
        url_path: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "url"
    haptic?: HapticType
    repeat?: number
    repeat_limit?: number
    url_path: string