hass-browser_mod
hass-browser_mod copied to clipboard
Show “More_Info” camera in full screen
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
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
@DerT94 you say that using large: true is not fullscreen. Does it correctly show large? Are you wishing for something larger? When fullscreen due you mean full browser coverage or swicthing device (desktop) to fullscreen.
not sure if this is any help, but Elchininet and I have a custom plugin Custom-more-info that enables one to set wide more-infos automatically depending on the selection of entity, domain etc. see the option maximized size.
It however is not full screen, but the core HA frontend maximized size...
Best solution for full screen is as per @briodan, that is, to use webrtc-camera which has fullscreen button option. To conifrm, that it is not possible to automatically be fullscreen with user interaction as this is restricted by browsers.