Releases: thomasloven/lovelace-card-mod
Releases · thomasloven/lovelace-card-mod
Mod-card
10 Add mod-card
Bump dependecy versions
9 Bump dependency versions
Fix the same bug, but for real this time
8 Really fix #15
Bugfix for HA 0.101
7 Fix #15
tap_action for entities cards
Added a bonus function:
type: entities
entities:
- entity: light.bed_light
tap_action:
action: toggle
Bugfix
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
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.
3 Fix for non-chrome browsers. Add debug information
Improved stability
v0.2 Add github issue templates
First release
0.1 Initial commit