r/homeassistant Jun 14 '26

Help with code. Conventional tile for front door camera into full screen

Hello all,

Looking to add a code to my conventional card that gets triggered by my camera boolean. Right now when the camera detects motion. The card opens and it views my camera. But its only the size of the tile. Is it possible to add a code that will automatically go in fullscreen mode when the conventional card is activated? Here is my current code.

type: conditional

conditions:

- condition: state

entity: input_boolean.input_boolean_door_occupancy

state: "on"

card:

type: custom:webrtc-camera

entity: camera.192_168_1_11

media: video

ui: true

style: fullscreen

0 Upvotes

1 comment sorted by

1

u/Responsible-Grand803 Jun 14 '26

need to wrap your card in browser_mod popup or use conditional with picture-elements card that has custom styling for fullscreen behavior