From 4f432133cf948b33b09a69a283f8b893ade6a8a0 Mon Sep 17 00:00:00 2001 From: berichta <30439938+berichta@users.noreply.github.com> Date: Fri, 20 Dec 2019 12:05:45 +0100 Subject: [PATCH] Update picture-glance.markdown (#11504) Extended the description for the entity entry and the state_filter example (now including an entity entry. Reason is that the state_filter requires an entity entry. This was not documented yet. --- source/_lovelace/picture-glance.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index c26ce3d3c23..cf92f560d7a 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -56,7 +56,7 @@ aspect_ratio: type: string entity: required: false - description: Entity to use for `state_image`. + description: Entity to use for `state_image` and `state_filter`. type: string show_state: required: false @@ -320,6 +320,7 @@ Specify different [CSS filters](https://developer.mozilla.org/en-US/docs/Web/CSS state_filter: "on": brightness(110%) saturate(1.2) "off": brightness(50%) hue-rotate(45deg) +entity: switch.decorative_lights ``` ## Examples