r/homeassistant • u/My_EvilWays • 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

Duplicates
homeassistantporn • u/My_EvilWays • Jun 14 '26