Distinctive Banner Design
Angled color accent with optional diagonal stripe pattern for visual appeal
Display entity states with distinctive banner designs, rule-based styling, and template support
Add the Status Banner Card to your Home Assistant Lovelace dashboard with just a few lines of YAML:
type: custom:lovelace-multi-state-entities-card
entity: sensor.your_entity
rules:
- state: "on"
title: "ACTIVE"
color: "#4CAF50"
- state: "off"
title: "IDLE"
color: "#9E9E9E"Explore our comprehensive documentation and ready-to-use blueprints to get the most out of the Status Banner Card:
Track appliance status with visual indicators for different states (running, idle, error, etc.)
Monitor charging progress, estimated completion time, and charging costs
Medication reminders, security alerts, and environmental monitoring
Track power consumption, solar production, and battery levels
johnneerdael/lovelace-multi-state-entities-card as a Lovelace repositorylovelace-multi-state-entities-card.js from the latest release/config/www/lovelace-multi-state-entities-card.js/local/lovelace-multi-state-entities-card.js as JavaScript ModuleInspired by the tailwindcss-template-card and the Home Assistant boilerplate-card.