Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.28 KB

nicerGaugeCard

A custom gauge card for Home Assistant, that looks nicer ;)

Any comments, suggestions or contribution is appreciated.

Screenshot

Screenshot

Installation

Via HACS

  1. Ensure you have HACS installed.
  2. In Home Assistant, go to HACS > Frontend.
  3. Click the "+" button to add a new repository.
  4. Enter the repository URL: https://github.com/maziggy/nicerGaugeCard.git.
  5. Select Dashboard as the category and Save.
  6. Once installed, add the card to your Lovelace dashboard.

or simply

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Configuration

type: custom:nicer-gauge-card
entity: sensor.temperature
name: Temp
unit: °C
minValue: 10
maxValue: 40
segments:
  - limit: 23
    color: "#ffa800"
  - limit: 28
    color: green
  - limit: 100
    color: "#b30000"
style:
  bgColor: "#323335"
  textColor: "#FFFFFF"
  dimmColor: "#2c2c2e"