custom-card-helpers
    Preparing search index...

    Interface EntityConfig

    interface EntityConfig {
        entity: string;
        icon?: string;
        image?: string;
        name?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    entity: string
    icon?: string
    image?: string
    name?: string
    type?: string