From e5ddfee4d186266fd5596c0110223cf6e2b94f12 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 27 Jan 2021 14:22:56 +0100 Subject: [PATCH] Add `icon` to Gauge card (#16323) --- source/_lovelace/gauge.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/gauge.markdown b/source/_lovelace/gauge.markdown index b9d91aef58a..cea36e15830 100644 --- a/source/_lovelace/gauge.markdown +++ b/source/_lovelace/gauge.markdown @@ -7,7 +7,7 @@ description: "The Gauge card is a basic card that allows visually seeing sensor The Gauge card is a basic card that allows visually seeing sensor data.

-Screenshot of the gauge card +Screenshot of the Gauge card Screenshot of the Gauge card.

@@ -38,7 +38,12 @@ unit: required: false description: Unit of measurement given to data. type: string - default: Unit of measurement given by entity. + default: Unit of measurement given by entity +icon: + required: false + description: Overwrites icon. + type: string + default: Entity domain icon theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).