mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add the options dark_mode_filter and dark_mode_image to the picture elements card (#15169)
This commit is contained in:
parent
c9ffed9dc3
commit
b62eacb578
@ -47,6 +47,14 @@ theme:
|
|||||||
required: false
|
required: false
|
||||||
description: "Set to any theme within `themes.yaml`"
|
description: "Set to any theme within `themes.yaml`"
|
||||||
type: string
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Elements
|
## Elements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user