lovelace-multiple-entity-row
lovelace-multiple-entity-row copied to clipboard
Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
Option to format floating point hours, from history-stats for instance, as time duration. Syntax: format: duration-h
Option to format floating point hours, from history-stats for instance, as time duration. Syntax: format: duration-h
Hi, I would like to align the bottom of the text on the line that starts with Next Due. It is implied that CSS is allowed using: ``` styles: text-align:...
 - entity: switch.wifi_switch_2_switch_1 type: custom:multiple-entity-row secondary_info: last-changed name: Гостиная icon: mdi:ceiling-light-multiple state_header: Светильники toggle: true state_color: false tap_action: action: toggle entities: - entity: switch.wifi_switch_2_switch_2 name: Люстра toggle: true tap_action:...
See picture below 
It currently doesn't seem to be possible to customize the icon color(s) similar to other entity cards, e.g. depending on the state of a sensor: `icon_color: >- {{ is_state('binary_sensor.garage_1_reed', 'off')...
Hi, Would it be possible to add an additional formatting option like kilo? Multiply with 1000 ((ex. 0,150 kW -> 150 W) kilo | number | Divide number value by...
I couldn't come up with a proper name for this so I named it `unkilo`, perhaps someone else has a better idea for a name to cover what this does....
The new sensor precision introduced in 2023.3.0 is not respected. The full sensor value is shown instead of the rounded value. You can reproduce it by adding a multiple-entity-row with...
I've tried many combinations before opening this issue. The problem is that I can't seem to make the unit of measurement show in secondary info: ``` - entity: sensor.fridge_consumption type:...