Collection of custom button-card configurations for UI Lovelace Minimalist theme.
custom_cards/
├── templates/ # Reusable templates for styling and variables
├── README.md
- Living Room Overview
- Kitchen Dashboard
- Bedroom Controls
- Office Workspace
- Smart Light Controls
- Climate Controller
- Media Player
- Security Camera Feed
- Quick Actions
- Status Indicators
- Weather Info
- System Status
Import cards in your dashboard configuration:
views:
- title: Home
cards:
- type: custom:button-card
template: room_header
variables:
light_entity: light.living_room
Common templates are available in the templates/
directory:
- Style definitions
- Variable collections
- State mappings
- Animation configurations