Wactorz JS
    Preparing search index...

    Interface HAEntityEntry

    interface HAEntityEntry {
        area_id?: string | null;
        device_id?: string | null;
        disabled_by?: string | null;
        entity_id: string;
        hidden_by?: string | null;
    }
    Index

    Properties

    area_id?: string | null
    device_id?: string | null
    disabled_by?: string | null
    entity_id: string
    hidden_by?: string | null