Releases: iantrich/config-template-card
Releases Β· iantrich/config-template-card
fix console log typo
1.1.0 fix console log typo
fix tag
Add devcontainer and cleanup build
1.0.8 Update README.md
entities are now required
Breaking Change:
entities
are now required
Fix error during the first render
β `config` renamed to `card`
1.0.5 β `config` renamed to `card`
π Introducing Variables
Can now use variables
to help cleanup your templates
π Only update on relevant state changes
New configuration item entities
allows you to specify a list of entity strings that should cause the card to re-render. If nothing specified, any state change will cause a re-rendering (if you're able to, I would advise setting entities
)
Supports lists and add template variables
- Now properly support lists within configurations
- New template variables introduced to cleanup templates
states
anduser
Cleaned up logs
1.0.1 Cleanup