Skip to content

lovelace-rounded/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🟣 Rounded

hacs release downloads build

Overview

What is Rounded ?

Rounded is a collection of cards for Home Assistant Dashboard UI.

Rounded mission is to propose easy to use components to build your Home Assistant dashboard.

Features

  • πŸ›  Editor for all cards and and all options (no need to edit yaml)
  • 😍 Icon picker
  • πŸ–Œ Color picker
  • πŸŒ“ Light and dark theme support
  • 🎨 Optional theme customization
  • 🌎 Internationalization

Installation

HACS

Rounded is available in HACS (Home Assistant Community Store).

  1. Install HACS if you don't have it already
  2. Open HACS in Home Assistant
  3. Go to "Frontend" section
  4. Click button with "+" icon
  5. Search for "Rounded"

Manual

  1. Download rounded.js file from the [latest-release].
  2. Put rounded.js file into your config/www folder.
  3. Add reference to rounded.js in Dashboard. There's two way to do that:
    • Using UI: Settings β†’ Dashboards β†’ More Options icon β†’ Resources β†’ Add Resource β†’ Set Url as /local/rounded.js β†’ Set Resource type as JavaScript Module. Note: If you do not see the Resources menu, you will need to enable Advanced Mode in your User Profile
    • Using YAML: Add following code to lovelace section.
      resources:
          - url: /local/rounded.js
            type: module

Usage

All the Rounded cards can be configured using Dashboard UI editor.

  1. In Dashboard UI, click 3 dots in top right corner.
  2. Click Edit Dashboard.
  3. Click Plus button to add a new card.
  4. Find one of the Custom: Rounded card in the list.

Credits

  • The design is inspired by LE0N
  • The codebase is inspired by Mushroom