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
attributeinstead of state on main entity (#124) - Support all standard HA
secondary_infooptions (#113, #123) - Support standard
imageoption for entity row (#114) - Support
hold_actionanddouble_tap_action(on entity row only) (#50) - Prevent unnecessary re-rendering with
shouldUpdatefunction (#125) - Option
hide_unavailablenow 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-rowto 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
durationfor displaying value in seconds ashh:mm:ss(#89) - Display
hui-warningelement 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_colorconfig on additional entity icons (#45) - Haptic feedback on
call-serviceandtoggleactions (#44) - Support entity override on
more-infoaction (#46) - Support
confirmationdialog config ontap_action(#42) - Support
urlaction config ontap_action(#49) - Support
noneaction config ontap_action(#53) - Support any string value as
secondary_info(#51) - Support
formatconfig 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
entitieslist instead of named objects (#28) - Merge
infointosecondary_infofor simpler configuration - Rename
hide_statetoshow_statewith defaulttrue - Rename
name_statetostate_header - Move service call configuration to
tap_action(#31)
Added
- Support custom
tap_actionfor main entity (#31) - Support for
more_info,toggleandcall_serviceactions 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!