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
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...
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...
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...
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.
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,...
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...
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...
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 ```  The...
If an entity has an attribute of toggle: true, the confirmation attribute is ignored.