UNPKG

extra-map-card

Version:

Lovelace custom map card for Home Assistant

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