From b38a2560d78d75bf4391dffb217af05f3d359de2 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 22 Sep 2021 19:32:14 +0200 Subject: [PATCH] Add `icon` to attribute row (#19222) --- source/_lovelace/entities.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 18c81656924..114b10ff893 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -137,6 +137,10 @@ name: required: false description: Overwrites friendly entity name. type: string +icon: + required: false + description: Icon to use. Defaults to icon of entity. + type: string format: required: false description: "How the attribute value should be formatted. Currently only supported for timestamp attributes. Valid values are: `relative`, `total`, `date`, `time` and `datetime`."