From f7fe80786134a6ad461753512365beb74daa19bc Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 22 Sep 2021 19:30:53 +0200 Subject: [PATCH] Add `state_color` to Entity card (#19229) --- source/_lovelace/entity.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_lovelace/entity.markdown b/source/_lovelace/entity.markdown index 7c1009f09eb..4605ecd9e3e 100644 --- a/source/_lovelace/entity.markdown +++ b/source/_lovelace/entity.markdown @@ -32,6 +32,11 @@ icon: required: false description: Overwrites icon. type: string +state_color: + required: false + description: Set to `true` to have icon colored when entity is active. + type: boolean + default: false attribute: required: false description: An attribute associated with the `entity`.