Skip to content

custom-cards/custom-card-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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