Releases: thomasloven/lovelace-auto-entities
Releases · thomasloven/lovelace-auto-entities
Fix sorting issue
1.8.3 Fix problem with unavailable entities
Restore simplified template functionality. Fix usage in stacks
Fix stacking with auto-entities
1.8.1 Fix getCardSize
Lots of tweaks - and GUI editor
1.8.0 Go back to ha-yaml-editor
Lots of improvements
- Sorting by last_updated now sorts by last_updated instead of last_changed
- Device names with non-ascii characters should work
- Added a logical OR filter
- Add
card_param
This lets you (among other things) use auto-entities to populate stack cards with other cards.
Remember to set a card that actually takes a list of cards, and to set a card type in the filter options.
type: custom:auto-entities
filter:
include:
- domain: light
options:
type: entity
card:
type: grid
- Leverage the new typed templates
This lets you do things like
filter:
template: "{{ state.light | selectattr('state', '==', 'on') | list }}"
or
filter:
template: "{{ ['light.bed_light', 'light.ceiling_lights', {'entity': 'light.kitchen_lights', 'name': 'Kitchen' }] }}
Fix for Home Assistant 0.106
16 Fix for 0.106 - bump card-tools
Fix problem with overwriting config in 0.105
15 Fix overwriting config problem
Add support for Home Assistant Cast
14 Add support for Cast. Fix #69
Add support for selecting entities by jinja2 template
13 Add template support
Allow spaces in attributes
12 Fix #61