custom-card-helpers
    Preparing search index...

    Interface EntitiesCardEntityConfig

    interface EntitiesCardEntityConfig {
        action_name?: string;
        double_tap_action?: ActionConfig;
        entity: string;
        hold_action?: ActionConfig;
        icon?: string;
        image?: string;
        name?: string;
        secondary_info?:
            | "entity-id"
            | "last-changed"
            | "last-triggered"
            | "last-updated"
            | "position"
            | "tilt-position"
            | "brightness";
        service?: string;
        service_data?: Record<string, unknown>;
        show_icon?: boolean;
        show_name?: boolean;
        state_color?: boolean;
        tap_action?: ActionConfig;
        type?: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action_name?: string
    double_tap_action?: ActionConfig
    entity: string
    hold_action?: ActionConfig
    icon?: string
    image?: string
    name?: string
    secondary_info?:
        | "entity-id"
        | "last-changed"
        | "last-triggered"
        | "last-updated"
        | "position"
        | "tilt-position"
        | "brightness"
    service?: string
    service_data?: Record<string, unknown>
    show_icon?: boolean
    show_name?: boolean
    state_color?: boolean
    tap_action?: ActionConfig
    type?: string
    url?: string