Skip to content

Commit

Permalink
Add documentation for camera_view (#9290)
Browse files Browse the repository at this point in the history
* add documentation for camera_view

* Update picture-elements.markdown

* Update picture-entity.markdown

* Update picture-glance.markdown

* Update picture-elements.markdown

* Update picture-entity.markdown

* Update picture-glance.markdown
  • Loading branch information
hunterjm authored and balloob committed Apr 24, 2019
1 parent d9d4ea0 commit f52a0f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_lovelace/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ camera_image:
required: false
description: A camera entity.
type: string
camera_view:
required: false
description: '"live" will show the live view if `stream` is enabled.'
default: auto
type: string
state_image:
required: false
description: '[State-based images](#how-to-use-state_image)'
Expand Down
5 changes: 5 additions & 0 deletions source/_lovelace/picture-entity.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ camera_image:
required: false
description: "Camera `entity_id` to use. (not required if `entity` is already a camera-entity)."
type: string
camera_view:
required: false
description: '"live" will show the live view if `stream` is enabled.'
default: auto
type: string
image:
required: false
description: URL of an image.
Expand Down
5 changes: 5 additions & 0 deletions source/_lovelace/picture-glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ camera_image:
required: false
description: Camera entity as Background image.
type: string
camera_view:
required: false
description: '"live" will show the live view if `stream` is enabled.'
default: auto
type: string
state_image:
required: false
description: Background image based on entity state.
Expand Down

0 comments on commit f52a0f0

Please sign in to comment.