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

Hey all, i tried everything but i just cant hide the icon and name. i tried card-mod but it doesnt work. ![image](https://github.com/user-attachments/assets/2e7a644c-a38e-4ed9-b68b-c92472816cc4) my code looks like this ` - entity:...

I am currently unable to show the main entity's state in the `entities` list without repeating the entity ID. This would normally be fine (apart from extra typing) but I...

With following configuration, hold and double tap are not working: ``` type: entities entities: - entity: switch.xxx1 name: XXX icon: mdi:power - entity: light.xxx2 icon: mdi:ceiling-fan-light name: xxx2 type: custom:multiple-entity-row...

Hey guys, I like to hide the name of an entity as described in the documentation but ever got a parsing error. ![Image](https://github.com/user-attachments/assets/8380cc49-55a4-473e-b89f-a0cdd721a4b6) Please can someone can help, thanks. Regards...

Hi, I currenlty have this: but I want to change the toggle for 'Pendent' to a lamp icon but it does not change the toggle to the icon. Is this...

Hi there, Love the card, but I realize that the format options are limited to specific options like kilo, relative, total, etc. If we need to format our values in...

I have an entity reporting a state of "£1.80". With minimal card configuration this displays as "£1.8" As you can see, the entity is set to have a display precision...

The multiple-entity-row UI element stopped working for me (used to work in the past) It is installed using HACS, and is currently in version 4.5.1 My home assistant is running...

I have this code (playing around with this awesome card): ``` title: Settings type: entities entities: - entity: automation.battery_charge type: custom:multiple-entity-row name: Import toggle: true icon: mdi:battery-plus-outline entities: - entity:...