From f8c9052f0791734dce13b2e14e21b69b2b9a8b99 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:55:32 -0700 Subject: [PATCH] Update badges.markdown (#34431) --- source/dashboards/badges.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/dashboards/badges.markdown b/source/dashboards/badges.markdown index 680aa476654..163819cbeae 100644 --- a/source/dashboards/badges.markdown +++ b/source/dashboards/badges.markdown @@ -141,10 +141,6 @@ icon: required: false description: Overwrites icon or entity picture. You can use any icon from [Material Design Icons](https://pictogrammers.com/library/mdi/). Prefix the icon name with `mdi:`, ie `mdi:home`. type: string -image: - required: false - description: The URL of an image. - type: string conditions: required: false description: List of conditions to check. See [available conditions](#conditions-options).* @@ -157,6 +153,8 @@ state_filter: *only one filter will be applied: `conditions` or `state_filter` if `conditions` is not present +You may also add any additional configuration options to an entity which are supported by the chosen badge type (`Entity` badge type if no type is chosen). + ## Conditions options You can specify multiple `conditions`, in which case the entity will be displayed if it matches all conditions.