UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

4 lines (3 loc) 173 B
/** Return an icon representing a sensor state. */ import { HassEntity } from "home-assistant-js-websocket"; export declare const sensorIcon: (state: HassEntity) => any;