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

Maybe I missed something but I have the problem when I use the first entity which may become unavailable the hide_unavailable is not working. So I am looking for a...

...or something like that. My idea stems from this [custom logbook card](https://github.com/royto/logbook-card) which can display an entity's history from the logbook. I am only interested in the most recent logbook...

An entity may have an "object" attribute usually accessed in jinjia templates as: ``` state_attr("sensor.some_entity","some_object_attr").subattr ``` It would be great to have a possibility to access them like: ``` attribute:...

The title pretty much tells it all. The following shows the switch more info not the media_player ``` - type: custom:multiple-entity-row entity: switch.sonos_power icon: mdi:speaker-wireless name: Sonos Speakers toggle: true...

bug
enhancement

It could be great to have a possibility to substitute a sensor's state value by some user-defined text. Particularly it could be useful to write smth like "No data" instead...

According to the docs on github, `attribute` is valid at the root level, and it seems to be accepted, but only really seems linked to the `show_state` boolean - whereby,...

I have the code below where I have defined 2 `more-info` actions. ```yaml type: entities entities: - type: custom:multiple-entity-row entity: sensor.daily_grid_consumption name: Daily format: precision1 state_header: Grid double_tap_action: action: more-info...

In a full size browser/ PC, clicking the sub-entity value opens the entity details for the sub-entity => This is the desired behaviour In a mobile browser (or the mobile...

From what I gather, there's no way to use jinja or other template operations within this card, but hopefully someone has an idea of how I could accomplish this? I...

durations are displayed in decimal hours instead of hh:mm:ss This becomes obvious with the latest changes in 2022.5 for history stats https://github.com/home-assistant/core/pull/70720 Here is an example that shows the difference...