From f5296ed369e629bb6b19ab665d1784b7b91f7ba9 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sat, 23 Jan 2021 11:52:16 +0100 Subject: [PATCH 1/2] Update media-control.markdown --- 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 181662cc2898..5109cee54abb 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](https://www.home-assistant.io/integrations/frontend/). + type: string {% endconfiguration %} ## Example From e319871de73e97202b7d7903cf264333ef2ff817 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sat, 23 Jan 2021 13:26:07 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Franck Nijhof --- source/_lovelace/media-control.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/media-control.markdown b/source/_lovelace/media-control.markdown index 5109cee54abb..8ee19aa8d6bf 100644 --- a/source/_lovelace/media-control.markdown +++ b/source/_lovelace/media-control.markdown @@ -29,8 +29,8 @@ name: 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](https://www.home-assistant.io/integrations/frontend/). - type: string + 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