From b62eacb578466492b5d9e8b562245ea1ce44d1aa Mon Sep 17 00:00:00 2001 From: Santobert Date: Wed, 21 Oct 2020 00:18:38 +0200 Subject: [PATCH] Add the options dark_mode_filter and dark_mode_image to the picture elements card (#15169) --- source/_lovelace/picture-elements.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index e7443662bd7..bed5581debd 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -47,6 +47,14 @@ theme: required: false description: "Set to any theme within `themes.yaml`" type: string +dark_mode_image: + required: false + description: "This image is used when the dark mode is activated and no state image is set." + type: string +dark_mode_filter: + required: false + description: "This CSS filter is used when the dark mode is activated." + type: string {% endconfiguration %} ## Elements