A flexible Home Assistant Lovelace card with a distinctive banner design for displaying entity states. This card excels at displaying “Call to Action” information—situations where the user needs to know something immediately or do something specific.
,, filters, and moreTo get the most out of the Status Banner Card, we provide extensive documentation and ready-to-use Blueprints:
https://github.com/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 Moduletype: custom:lovelace-multi-state-entities-card
entity: sensor.your_entity
rules:
- state: 'on'
title: "ACTIVE"
color: "#4CAF50"
- state: 'off'
title: "IDLE"
color: "#9E9E9E"
For advanced configuration, template filters, and button actions, please refer to the Blueprint Library.
# Install dependencies
npm install
# Start development server
npm start
# Build for production
npm run build
Contributions are welcome! Please read the contributing guidelines first.
MIT License - see LICENSE for details.
Inspired by the tailwindcss-template-card and the Home Assistant boilerplate-card.