UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

3 lines (2 loc) 145 B
import { HassEntity } from "home-assistant-js-websocket"; export declare const evaluateFilter: (stateObj: HassEntity, filter: any) => boolean;