Skip to content
Marco Kreeft edited this page Jul 4, 2025 · 7 revisions

Show multiple entity states, attributes and icons in a single card in Home Assistant's Lovelace UI

Install by adding this repo to the custom repositories in HACS described here

OR Manually add room-card.js to your <config>/www/ folder and add the following to the configuration.yaml file:

lovelace:
  resources:
    - url: /local/room-card.js
      type: module

To configure the card, take a look at the configuration.

Clone this wiki locally