Releases: benct/lovelace-multiple-entity-row
Releases · benct/lovelace-multiple-entity-row
4.0.0
This release includes a major refactoring of the codebase, but should not contain any (significant) breaking changes.
Please report any bugs or issues here.
Added:
- Support showing
attribute
instead of state on main entity (#124) - Support all standard HA
secondary_info
options (#113, #123) - Support standard
image
option for entity row (#114) - Support
hold_action
anddouble_tap_action
(on entity row only) (#50) - Prevent unnecessary re-rendering with
shouldUpdate
function (#125) - Option
hide_unavailable
now also supports attributes (#119) - Several external packages and tools to improve developer experience
Changed:
- Major refactoring and improvements of entire codebase
- Use
hui-generic-entity-row
to handle generic parts of row - Move CSS and utility functions to separate files
- Replace some utility methods with equivalents from
custom-card-helpers
- Simplify most configuration handling
Removed:
- Custom styles option on secondary info
3.5.1
3.5.0
3.4.0
Added:
- Format option
duration
for displaying value in seconds ashh:mm:ss
(#89) - Display
hui-warning
element when main entity is not available
Changed:
- Row tap action now affects entire row, not only state value (#107)
- Simplify and improve tap action handling
- Remove deprecated handling of zwave state values
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
Broken! Upgrade to 3.1.1.
Changed
- Display name/header above additional entity icons (#41)
Added
- Support
state_color
config on additional entity icons (#45) - Haptic feedback on
call-service
andtoggle
actions (#44) - Support entity override on
more-info
action (#46) - Support
confirmation
dialog config ontap_action
(#42) - Support
url
action config ontap_action
(#49) - Support
none
action config ontap_action
(#53) - Support any string value as
secondary_info
(#51) - Support
format
config for date/time values (#43, #47)
3.0.0
Breaking changes!
Several main configuration options have been changed to better match the default Lovelace cards, as listed below. See README for more info and examples on all possible breaking configuration changes.
Changed
- Convert additional entity config to
entities
list instead of named objects (#28) - Merge
info
intosecondary_info
for simpler configuration - Rename
hide_state
toshow_state
with defaulttrue
- Rename
name_state
tostate_header
- Move service call configuration to
tap_action
(#31)
Added
- Support custom
tap_action
for main entity (#31) - Support for
more_info
,toggle
andcall_service
actions undertap_action
(#32) - Additional entity icons change color based on entity state (#25)
It is now possible to define as many (of few) additional entities as you want. However, make sure they all fit into the entity row!