We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
Is it possible to display a camera directly as a full screen? I currently use the following command
action: browser_mod.more_info data: large: true ignore_popup_card: true browser_id: - ID entity: ...........
But this does not open the camera in full screen
The text was updated successfully, but these errors were encountered:
Not sure if this will be directly applicable to you but i use the popup instead with the webrtc-camera integration
action: browser_mod.popup data: dismissable: true autoclose: false title: Camera Streams browser_id: - ID size: fullscreen timeout: 30000 content: type: custom:webrtc-camera url: camera_front
Sorry, something went wrong.
No branches or pull requests
Hey,
Is it possible to display a camera directly as a full screen?
I currently use the following command
But this does not open the camera in full screen
The text was updated successfully, but these errors were encountered: