UNPKG

@hakit/core

Version:

A collection of React hooks and helpers for Home Assistant to easily communicate with the Home Assistant WebSocket API.

12 lines (11 loc) 208 B
const e = ` {% if is_state(entity_id, "on") %} The entity is on!! {% else %} The entity is not on!! {% endif %} `; export { e as templateCodeToProcess }; //# sourceMappingURL=constants.js.map