custom-card-helpers
    Preparing search index...

    Interface LovelaceConfig

    interface LovelaceConfig {
        background?: string;
        title?: string;
        views: LovelaceViewConfig[];
    }
    Index

    Properties

    background?: string
    title?: string