UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

3 lines (2 loc) 136 B
import { HomeAssistant } from "./types"; export declare const toggleEntity: (hass: HomeAssistant, entityId: string) => Promise<void>;