Skip to content
Marco Kreeft edited this page Dec 20, 2022 · 5 revisions

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

Install using this button:

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

OR HACS. Search for Room Card in the frontend list, click on download.

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