Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Custom Button Cards

Collection of custom button-card configurations for UI Lovelace Minimalist theme.

Structure

custom_cards/
├── templates/          # Reusable templates for styling and variables
├── README.md

Card Types

Room Cards

  • Living Room Overview
  • Kitchen Dashboard
  • Bedroom Controls
  • Office Workspace

Entity Cards

  • Smart Light Controls
  • Climate Controller
  • Media Player
  • Security Camera Feed

Chips

  • Quick Actions
  • Status Indicators
  • Weather Info
  • System Status

Usage

Import cards in your dashboard configuration:

views:
  - title: Home
    cards:
      - type: custom:button-card
        template: room_header
        variables:
          light_entity: light.living_room

Templates

Common templates are available in the templates/ directory:

  • Style definitions
  • Variable collections
  • State mappings
  • Animation configurations

Resources