UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

3 lines (2 loc) 134 B
import { HassEntity } from "home-assistant-js-websocket"; export declare function computeStateDomain(stateObj: HassEntity): string;