Skip to content

Releases: thomasloven/lovelace-card-mod

Mod-card

11 Nov 21:20
Compare
Choose a tag to compare
10

Add mod-card

Bump dependecy versions

09 Nov 19:15
Compare
Choose a tag to compare
9

Bump dependency versions

Fix the same bug, but for real this time

03 Nov 10:00
Compare
Choose a tag to compare

Bugfix for HA 0.101

02 Nov 14:01
Compare
Choose a tag to compare

tap_action for entities cards

01 Oct 19:20
Compare
Choose a tag to compare

Added a bonus function:

type: entities
entities:
  - entity: light.bed_light
    tap_action:
      action: toggle

Bugfix

29 Aug 17:33
Compare
Choose a tag to compare

Previous version would pass everything back to the backend for processing. This version is a bit more conservative with bandwidth and processing power...

BREAKING CHANGE - Use jinja templates instead of my silly ones

27 Aug 21:50
Compare
Choose a tag to compare

REQUIRED HOME ASSISTANT 0.98 OR LATER

  • Backend-supported jinja2 templates (no need to learn a new syntax, use whatever you use in your configuration.yaml)
  • Ability to style entity rows and glance entities

Fix for other browsers than chrome. Add debug print option.

23 Jul 19:24
Compare
Choose a tag to compare
3

Fix for non-chrome browsers. Add debug information

Improved stability

19 Jun 19:34
Compare
Choose a tag to compare
v0.2

Add github issue templates

First release

08 Jun 20:10
Compare
Choose a tag to compare
0.1

Initial commit