From 8aab53055a7eedc7bd71aa868a70de412af511d0 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Tue, 4 Feb 2020 08:34:52 -0600 Subject: [PATCH] Add missing icon option for light-card (#11967) --- source/_lovelace/light.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_lovelace/light.markdown b/source/_lovelace/light.markdown index 7f47b443c6a..36d2a53f626 100644 --- a/source/_lovelace/light.markdown +++ b/source/_lovelace/light.markdown @@ -30,6 +30,11 @@ name: description: Overwrites friendly name. type: string default: Name of Entity +icon: + required: false + description: Overwrites icon. + type: string + default: Entity Domain Icon theme: required: false description: Set to any theme within `themes.yaml`.