lovelace-multiple-entity-row icon indicating copy to clipboard operation
lovelace-multiple-entity-row copied to clipboard

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI

Results 103 lovelace-multiple-entity-row issues
Sort by recently updated
recently updated
newest added

if time is 2023-08-26T13:51:28+02:00 using format: datetime shows local date time but UTC ( 26 de agosto de 2023, 13:51) It is not adjusting time zone.

I'm trying to run a script via a button on the entity row. However, it seems variables (fields) are not passed to script via "service-data". See below: ``` entity: switch.schedule_well_watering_corral...

Hi, I love this card, thanks for creating it. I was however wondering, I have a table with around 30 entities. Each entity has 5 reading (Moisture, EC, Temp, Battery,...

Double clicking works fine for the **main entity** when it's on the name/label, but not on the column with the (main entity's) state value. Minimal example. ``` type: entities entities:...

For entities in HA you can choose a precision now in the entity ![Bildschirmfoto](https://github.com/benct/lovelace-multiple-entity-row/assets/5613811/57e49ef5-e11a-429d-82b7-a7541682b248) When you choose 2 decimals, in all Lovelace cards these two digits are shown even if...

Currently (4.5.0) the `default` option is supported for entities only. Proposal: add a support for the `default` option for secondary_info too. Example: ``` - type: custom:multiple-entity-row entity: sun.sun entities: -...

Assume we need to show a `last-changed` (or `last-updated`) inside a secondary_info with some formatter like `datetime`. Consider this card: ``` - type: custom:multiple-entity-row entity: sun.sun entities: - entity: sun.sun...

There is an `input_number` entity: ![image](https://github.com/benct/lovelace-multiple-entity-row/assets/71872483/74e714fe-1a38-4209-b59c-62ebd5467fae) Consider this card: ``` - type: entities entities: - entity: input_number.test_negative_1 name: test value - type: custom:multiple-entity-row entity: sun.sun entities: - entity: input_number.test_negative_1 name:...

When using a timer entity. The multiple-entity-row card couldn't show the remaining time. Currently, it shows whether the timer is active or inactive. It would be nice if it could...