Skip to content

Releases: j9brown/decluttering-card

v1.0.5

11 Oct 08:02
Compare
Choose a tag to compare

Ensured that decluttering cards respect the dimensions defined by their layout options when placed within section views.
Note that the layout options of decluttering templates are ignored.

v1.0.4

23 Sep 05:54
Compare
Choose a tag to compare

Attempt to fix an issue with the template editor reported by one user by treating the incoming config object as if it were immutable.

v1.0.3

05 Sep 03:35
Compare
Choose a tag to compare

Ensure decluttering templates are shown when toggling editing mode.

Requires Home Assistant 2024.7 or newer.

v1.0.2

16 Mar 23:04
Compare
Choose a tag to compare

Decluttering templates can now represent cards, Entities card entity rows, and Picture elements card elements. They can be edited with the visual editor when supported by the underlying elements.

Updated the README to describe all of the new features.

Full Changelog: v1.0.1...v1.0.2

v1.0.1-beta

16 Mar 05:46
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release

Create visual editors for decluttering cards and templates.

The new 'custom:decluttering-template' card declares a template. It can
be placed in any view of the dashboard and it is only visible in edit
mode. Use the visual editor to conveniently create a template, configure
the card or element, set variables with their default values, and preview
the results.

The existing 'custom:decluttering-card' card now searches for templates
declared by 'custom:decluttering-template' cards in addition to those
in the traditional decluttering_templates dashboard configuration. Use
the visual editor to conveniently pick an existing template defined
elsewhere, set variables, and preview the results.

Fixed possible race conditions when cards are loaded and streamlined
the logic.

Restored previously set styles when element styles are modified.
The element styling behavior is curiously undocumented...?

Full Changelog: https://github.com/j9brown/decluttering-card/commits/v1.0.1