From f52a0f09a155c55c874d1dfdb5bf12da7f039906 Mon Sep 17 00:00:00 2001 From: Jason Hunter Date: Wed, 24 Apr 2019 17:46:40 -0400 Subject: [PATCH] Add documentation for camera_view (#9290) * 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 --- source/_lovelace/picture-elements.markdown | 5 +++++ source/_lovelace/picture-entity.markdown | 5 +++++ source/_lovelace/picture-glance.markdown | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index 38aac6b58e95..097c077b9217 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -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)' diff --git a/source/_lovelace/picture-entity.markdown b/source/_lovelace/picture-entity.markdown index 1a6f84fbf6d0..792ea1ab73f2 100644 --- a/source/_lovelace/picture-entity.markdown +++ b/source/_lovelace/picture-entity.markdown @@ -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. diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index 4acef6811dc9..cdd9c8e2c811 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -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.