Skip to content

Releases: gadgetchnnel/lovelace-card-templater

0.1.0-alpha3 - fix for updates to non-templated entities

26 Jan 16:33
Compare
Choose a tag to compare

Fixes an issue where updates non-templated entities would not be updated in the templated card if there wasn't also an update to a templated entity.

0.1.0-alpha1 Refactored templating

23 Jan 09:42
Compare
Choose a tag to compare
Pre-release

WARNING: This is an alpha release and may have issues

This refactors the templating to use callbacks to subscribe to template changes, which should allow it to respond more quickly to changes and avoid the requirement to use the entities option.

0.1.0-alpha2 - potential templating variables fix

23 Jan 14:35
Compare
Choose a tag to compare

A potential fix for the issue when templating the markdown card - since this also natively supports templating, its own variables were overriding those supplied by card-templater.

0.0.17

08 Jun 16:29
Compare
Choose a tag to compare

Switch to embedded lit-element

0.0.16

27 Nov 15:50
Compare
Choose a tag to compare

Improved support for native type (non-legacy) templates

0.0.15

19 Nov 12:57
Compare
Choose a tag to compare

Fix for setConfig issue.

0.0.14

18 Nov 22:09
Compare
Choose a tag to compare

Updated to latest card-tools to fix issue in HA 0.118

0.0.13

28 Oct 19:28
Compare
Choose a tag to compare
  • Added support for numeric values - thanks @Triqueon
  • Treat "null" as null
  • Updated to latest packages to fix potential vulnerabilities

0.0.12

13 Jul 16:18
Compare
Choose a tag to compare

Updated to latest card-tools version

0.0.10

24 May 09:57
cc92e88
Compare
Choose a tag to compare

No functional changes, just configuration