4.0.0 (2023-07-29)
⚠ BREAKING CHANGES
- helpers: If you were using any of the beta before
4.0.0-dev14
. Please replace all the calls to helper functions withhelpers.xxx
for eg.helpers.relativeTime(entity.state)
orhelpers.localize(entity)
- hacs: Minimum required HA Version is now 2023.7
- actions: Requires HA 2023.4 minimum. Support for the new action format (
target
is also be supported),service_data
should be renamed todata
(but it still works with the old format) - icons: This might break your card-mod setup
- this might break some of your color settings
Features
- action:
repeat_limit
forhold_action
(73c216f), closes #564 #555 - actions: Support for the new action (assist) and all the future ones (d9c17a4), closes #711 #685
- custom_fields: Add
do_not_eval
to stop evaluating js templates in an embedded card (1638cf8) - helpers: all template functions are now available through the
helpers
object (f22ed69) - icons: replace ha-icon with ha-state-icon to follow new HA's icons per domain automatically (ab6a3f5)
- templates: new
relativeTime
function to display a relative time in a template and update it automatically (965a3d7), closes #701 - templates: New date and time format helpers (9b4fb05)
- variables: A variable can depend on another variable based on their name's alphabetical order (8cddccb), closes #656
- Force the
numeric_precision
for states which are numbers (24d75c2) - new helper functions for date/time in templates (2b75993), closes #701
- Support for localization in templates (5de2dc9)
Bug Fixes
- *_action more-info entity as a template was not evaluated (02441b2), closes #734
group_expand
now works even if the entity is not agroup.xxx
(f192ded), closes #645- Color are now aligned with HA > 2022.12 (685d55e), closes #635
- custom fields would sometime throw unsafeHTML errors (c67e1d5), closes #725
- ha-icon (if in custom_fields) size was weird (a448c8e)
- ha-state-icon CSS selector was wrong (a1bb39a)
- icon would be cut with card height defined (19f8393), closes #731
- localization fix (02dfab3), closes #685 #693
- lock icon was displaying over more-info dialog (bf075b0), closes #694
- lock would go out of the button (0b3e4d3)
- non string fiels would error with an unsafeHTML error (d65c347), closes #725
- numerical states would not follow HA's format (72d7c41), closes #662
- optimize contrast color compute (35109c3)
- relativeTime didn't support to set the first letter uppercase (f8b9b09), closes #735
- Some cards with child cards wouldn't be clickable (9f21c58)
- text/icon contrast when using label-card (01e199b)
- variable which were objects were only evaluated once (e40bda9)
- templates:
variables
wasundefined
if none where provided. (fad332b), closes #718 - tooltip would show over everything (1bc8f99)
- color: main config
color
was broken (b93c996) - hacs: minimum HA version 2023.7 (db3b394)
- templates: don't use the
numeric_precision
from the card config forlocalize
in js templates by default (2cc384f)