Button Card Versions Save

❇️ Lovelace button-card for home assistant

v4.0.0-dev.19

10 months ago

4.0.0-dev.19 (2023-07-29)

Bug Fixes

  • variable which were objects were only evaluated once (e40bda9)

v4.0.0-dev.18

10 months ago

4.0.0-dev.18 (2023-07-28)

Features

  • custom_fields: Add do_not_eval to stop evaluating js templates in an embedded card (1638cf8)

Bug Fixes

  • relativeTime didn't support to set the first letter uppercase (f8b9b09), closes #735

v4.0.0-dev.17

10 months ago

4.0.0-dev.17 (2023-07-27)

Features

  • variables: A variable can depend on another variable based on their name's alphabetical order (8cddccb), closes #656

v4.0.0-dev.16

10 months ago

4.0.0-dev.16 (2023-07-27)

Bug Fixes

  • *_action more-info entity as a template was not evaluated (02441b2), closes #734

v4.0.0-dev.15

10 months ago

4.0.0-dev.15 (2023-07-26)

Features

  • templates: New date and time format helpers (9b4fb05)

v4.0.0-dev.14

10 months ago

4.0.0-dev.14 (2023-07-26)

⚠ BREAKING CHANGES

  • helpers: If you were using any of the beta before 4.0.0-dev14. Please replace all the calls to helper functions with helpers.xxx for eg. helpers.relativeTime(entity.state) or helpers.localize(entity)

Features

  • helpers: all template functions are now available through the helpers object (f22ed69)

Bug Fixes

  • group_expand now works even if the entity is not a group.xxx (f192ded), closes #645

v4.0.0-dev.13

10 months ago

4.0.0-dev.13 (2023-07-26)

Bug Fixes

  • templates: variables was undefined if none where provided. (fad332b), closes #718

v4.0.0-dev.12

10 months ago

4.0.0-dev.12 (2023-07-26)

Bug Fixes

  • icon would be cut with card height defined (19f8393), closes #731

v4.0.0-dev.11

10 months ago

4.0.0-dev.11 (2023-07-26)

Features

  • templates: new relativeTime function to display a relative time in a template and update it automatically (965a3d7), closes #701

Bug Fixes

  • ha-state-icon CSS selector was wrong (a1bb39a)
  • tooltip would show over everything (1bc8f99)
  • templates: don't use the numeric_precision from the card config for localize in js templates by default (2cc384f)

v4.0.0-dev.10

10 months ago

4.0.0-dev.10 (2023-07-25)

Bug Fixes

  • color: main config color was broken (b93c996)