Document hide background option for iframe card (#41609)

This commit is contained in:
Aidan Timson 2025-11-05 06:07:56 +00:00 committed by GitHub
parent e6b95e1799
commit 1cd9cf7960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.