Webpage card: add info on security restrictions (#32225)

* Webpage card: add info on security restrictions

* Update source/_dashboards/iframe.markdown

Co-authored-by: Paul Bottein <paul.bottein@gmail.com>

---------

Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
This commit is contained in:
c0ffeeca7 2024-04-09 10:38:56 +02:00 committed by GitHub
parent 2a14b96d1e
commit 6962f260f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ The webpage card is used on the [Webpage dashboard](/dashboards/dashboards/#webp
All options for this card can be configured via the user interface.
Note that not every webpage can be embedded due to security restrictions that some sites have in place. These restrictions are enforced by your browser and prevent embedding them into a Home Assistant dashboard.
<div class='note warning'>
You can't embed sites using HTTP if you are using HTTPS for your Home Assistant.
</div>

View File

@ -49,7 +49,7 @@ The predefined **To-do lists** dashboard is powered by the [To-do integration](/
Another available (but not default) dashboard is the webpage dashboard. The webpage dashboard allows you to add and embed a webpage to your dashboard.
This could be a web page from the internet or a local web page from a local
machine or device like your router or NAS.
machine or device like your router or NAS. The webpage dashboard uses the [webpage card](/dashboards/iframe/).
<img class="no-shadow" src='/images/blog/2024-04/dashboard-webpage.png' alt='Screenshots showing addition of a new webpage dashboard to Home Assistant, embedding the Home Assistant website.'>