From 42beff135fa1a8542106771f332942971564109d Mon Sep 17 00:00:00 2001 From: Quentame Date: Mon, 22 Jul 2024 15:34:43 +0000 Subject: [PATCH] Update to latest core edit --- source/_dashboards/picture-elements.markdown | 6 +----- source/_dashboards/picture-glance.markdown | 6 +----- source/_dashboards/picture.markdown | 4 ++++ 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/source/_dashboards/picture-elements.markdown b/source/_dashboards/picture-elements.markdown index 1fe1a57b2795..56f1dee62573 100644 --- a/source/_dashboards/picture-elements.markdown +++ b/source/_dashboards/picture-elements.markdown @@ -38,11 +38,7 @@ image: type: string image_entity: required: false - description: Image entity to display. - type: string -person_entity: - required: false - description: Person entity to display. + description: Image or person entity to display. type: string camera_image: required: false diff --git a/source/_dashboards/picture-glance.markdown b/source/_dashboards/picture-glance.markdown index 9ba1db300549..a81ec742141b 100644 --- a/source/_dashboards/picture-glance.markdown +++ b/source/_dashboards/picture-glance.markdown @@ -44,11 +44,7 @@ image: type: string image_entity: required: false - description: Image entity to display. - type: string -person_entity: - required: false - description: Person entity to display. + description: Image or person entity to display. type: string camera_image: required: false diff --git a/source/_dashboards/picture.markdown b/source/_dashboards/picture.markdown index 097d527e6f76..015e19ed515b 100644 --- a/source/_dashboards/picture.markdown +++ b/source/_dashboards/picture.markdown @@ -34,6 +34,10 @@ image: required: true description: "The URL of an image. When you want to store images in your Home Assistant installation use the [hosting files documentation](/integrations/http/#hosting-files). After storing your files, use the `/local` path, for example, `/local/filename.jpg`." type: string +image_entity: + required: false + description: Image or person entity to display. + type: string alt_text: required: false description: Alternative text for the image. This is necessary for users of assistive technology. The [W3C images tutorial](https://www.w3.org/WAI/tutorials/images/) provides simple guidance for writing alternative text.