Skip to content

Commit

Permalink
picture cards: add person image support
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame authored May 13, 2024
1 parent 4ea7ba0 commit c5e48db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions source/_dashboards/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ image:
required: true
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
type: string
image_entity:
required: false
description: Image entity to display.
type: string
person_entity:
required: false
description: Person entity to display.
type: string
camera_image:
required: false
description: A camera entity.
Expand Down
2 changes: 1 addition & 1 deletion source/_dashboards/picture-entity.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type:
type: string
entity:
required: true
description: "An `entity_id` used for the picture."
description: "A camera, image or person `entity_id` used for the picture."
type: string
camera_image:
required: false
Expand Down
8 changes: 8 additions & 0 deletions source/_dashboards/picture-glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ image:
required: false
description: Background image URL.
type: string
image_entity:
required: false
description: Image entity to display.
type: string
person_entity:
required: false
description: Person entity to display.
type: string
camera_image:
required: false
description: Camera entity as Background image.
Expand Down

0 comments on commit c5e48db

Please sign in to comment.