From cdb4326eceaa649a5a28c8fae05e2e010850443e Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Tue, 4 Nov 2025 14:25:15 +0000 Subject: [PATCH] Document hide background option for iframe card --- source/_dashboards/iframe.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/iframe.markdown b/source/_dashboards/iframe.markdown index 0bd7daf027bf..1a258d3e1a25 100644 --- a/source/_dashboards/iframe.markdown +++ b/source/_dashboards/iframe.markdown @@ -52,6 +52,11 @@ allow_open_top_navigation: description: 'Allow the user to open iframe content links by opening the default browser in the Home Assistant mobile app. It is false by default because it adds allow-top-navigation-by-user-activation on the iframe sandbox attribute which is less secure. So set it to true if you need it and are confident with the iframe content.' type: boolean default: false +hide_background: + required: false + description: 'Hide the card background, making it transparent. This removes the background color, box-shadow, and border. Useful for pages which allow transparent backgrounds so the iframe can blend into the dashboard view.' + type: boolean + default: false title: required: false description: The card title.