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

Hi, I'm missing the hold action for entities! Want do show multiple dimmable lights in a miltiple entity row and currently i can only switch them. Would like to open...

enhancement

Thank you for your great component. If possible please have a look, for now entities used only with multiple-entity-row stays in unused entities list. It will be better if entities...

enhancement
help wanted

I have defined the list of the entities as attributes, each one represented by an icon. Since they are all binary attributes, I would like each icon colored based on...

enhancement

There is a very nice battery-entity-row. But it cannot work with multiple-entity-row. It would be great to have a support for battery' status image for the primary or secondary entities.

enhancement

Hi @benct, thx for this module, it is awesome! I cannot see the option to use an icon instead of name title for entities, if we are using an icon,...

enhancement

Hi, First of all - great card! Just started to play with it... I have a question - how can I set an attribute that is a field in an...

enhancement

Loving the card, but really craving some templating! I've seen others using `card-tools` to interpret the template for arbitrary config keys - would it be possible to add something like...

enhancement
help wanted

This change allows to use all direct properties of an stateObj as secondary_info. This is useful to support custom formatting for last-changed/last-updated Config-Example: ``` entity: binary_sensor.my_sensor name: Main Door type:...

Consider this example: ``` type: entities entities: - type: custom:multiple-entity-row entity: input_boolean.test_boolean tap_action: &ref_action action: toggle confirmation: text: Are you sure? entities: - icon: mdi:account tap_action: *ref_action ``` ![изображение](https://user-images.githubusercontent.com/71872483/190196236-85f41af3-241d-43cd-ad65-b56c5393b5f1.png) The...

If an entity has an attribute of toggle: true, the confirmation attribute is ignored.