Skip to content

Commit

Permalink
Update to latest core edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame authored Jul 22, 2024
1 parent c80f4fa commit 42beff1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions source/_dashboards/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions source/_dashboards/picture-glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions source/_dashboards/picture.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 42beff1

Please sign in to comment.