Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

custom-card-helpers

custom-cards7.1kMIT1.9.0TypeScript support: included

Set of helpful functions and types for Custom Card creators

home, assistant, custom, cards

readme

A collection of helpful functions/types for Home Assistant Lovelace Custom Cards.

To use: npm i custom-card-helpers or yarn add custom-card-helpers

To develop run:

yarn install
npx microbundle

Check the documentation for details on available functions

To generate documentation run the following:

npm run docs
`