From 67f588cdd94e12a3eb55a61ba2fdfec0e3072925 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Wed, 5 Feb 2020 23:17:11 -0600 Subject: [PATCH] Update entities.markdown (#11985) --- source/_lovelace/entities.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index bb937ba384b..b4fc2c57293 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -32,6 +32,11 @@ theme: required: false description: Set to any theme within `themes.yaml`. type: string +state_color: + required: false + description: Set to `true` to have icons colored when entity is active + type: boolean + default: false {% endconfiguration %} ## Options For Entities @@ -79,6 +84,11 @@ action_name: required: false description: Button label. (Only applies to `script` and `scene` rows) type: string +state_color: + required: false + description: Set to `true` to have icons colored when entity is active + type: boolean + default: false tap_action: required: false description: Action to take on tap