From 561294ef99275b286e44cdf808b53ad2aa94f8b6 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 25 Jan 2021 20:10:17 +0100 Subject: [PATCH] Add theme support to media control card (#16282) Co-authored-by: Franck Nijhof --- source/_lovelace/media-control.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/media-control.markdown b/source/_lovelace/media-control.markdown index 081ded94460..fc6ad9bd9e8 100644 --- a/source/_lovelace/media-control.markdown +++ b/source/_lovelace/media-control.markdown @@ -27,6 +27,10 @@ name: description: Overwrites friendly name. type: string default: Name of entity +theme: + required: false + description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/). + type: string {% endconfiguration %} ## Example