mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Add icon
to Gauge card (#16323)
This commit is contained in:
parent
13df077c1c
commit
e5ddfee4d1
@ -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.
|
The Gauge card is a basic card that allows visually seeing sensor data.
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
<img src='/images/lovelace/lovelace_gauge_card.gif' alt='Screenshot of the gauge card'>
|
<img src='/images/lovelace/lovelace_gauge_card.gif' alt='Screenshot of the Gauge card'>
|
||||||
Screenshot of the Gauge card.
|
Screenshot of the Gauge card.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -38,7 +38,12 @@ unit:
|
|||||||
required: false
|
required: false
|
||||||
description: Unit of measurement given to data.
|
description: Unit of measurement given to data.
|
||||||
type: string
|
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:
|
theme:
|
||||||
required: false
|
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/).
|
description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user