UNPKG

extra-map-card

Version:

Lovelace custom map card for Home Assistant

4 lines (3 loc) 250 B
import type { EntityConfig } from '../types/config'; export declare const isValidEntityId: (entityId: string) => boolean; export declare const processConfigEntities: <T extends EntityConfig>(entities: (T | string)[], checkEntityId?: boolean) => T[];