lovelace-rounded / ui

🟣 Lovalce Rounded UI components
https://lovelace-rounded.github.io
Apache License 2.0
44 stars 3 forks source link
hacs home-assistant lovelace

🟣 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

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: SettingsDashboardsMore Options iconResourcesAdd 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