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.