-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for camera_view #9290
Conversation
@@ -373,6 +373,10 @@ 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.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pherhaps default: auto
?
@@ -30,6 +30,10 @@ 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.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
@@ -38,6 +38,10 @@ 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.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
damn it @klaasnicolaas , I am trying to ship this thing 😆 |
Fixed it. |
* 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
Description:
Adds documentation to show live camera view in Lovelace.
Pull request in home-assistant (if applicable): home-assistant/home-assistant-polymer/#3086
Checklist:
next
is for changes and new documentation that will go public with the next home-assistant release. Fixes, changes and adjustments for the current release should be created againstcurrent
.