From 87be4e22e188e650028fbb124087d95cf7b4b69b Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sun, 20 Oct 2019 07:05:48 -0500 Subject: [PATCH] Lovelace: missing theme option on light card (#10867) --- source/_lovelace/light.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/light.markdown b/source/_lovelace/light.markdown index abf5493d8b6..7f47b443c6a 100644 --- a/source/_lovelace/light.markdown +++ b/source/_lovelace/light.markdown @@ -30,6 +30,10 @@ name: description: Overwrites friendly name. type: string default: Name of Entity +theme: + required: false + description: Set to any theme within `themes.yaml`. + type: string {% endconfiguration %} ## Examples