A compact room-overview card for Home Assistant. Name + icon header, three configurable entity slots (top-right, bottom-left, bottom-right), active/inactive colors, value display, and a full visual editor.
what it does
- header with room name and icon
- three configurable entity slots: top-right, bottom-left, bottom-right
- active and inactive colors per slot
- numeric value display for sensor entities
- full visual editor — configure entirely through the UI
install via HACS [recommended]
- open HACS in your Home Assistant instance
- Frontend → + Explore & Download Repositories
- add
https://github.com/akaDashe/room-control-cardas a Lovelace repository - download, restart Home Assistant
install manually
- download
room-control-card.jsfrom the latest release - copy to
config/www/room-control-card/ - Settings → Dashboards → Resources → add as JavaScript Module
- url:
/local/room-control-card/room-control-card.js
- url:
basic config
type: custom:room-control-card
name: Living Room
icon: mdi:sofa
entities:
top_right: switch.living_room_lamp
bottom_left: sensor.living_room_temperature
bottom_right: sensor.living_room_humidity