From 6962f260f5cb8d99e9df5cda4be7c9924e520f7c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:38:56 +0200 Subject: [PATCH] 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 --------- Co-authored-by: Paul Bottein --- source/_dashboards/iframe.markdown | 1 + source/dashboards/dashboards.markdown | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_dashboards/iframe.markdown b/source/_dashboards/iframe.markdown index 864d231b414..21bd62efc0e 100644 --- a/source/_dashboards/iframe.markdown +++ b/source/_dashboards/iframe.markdown @@ -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.
You can't embed sites using HTTP if you are using HTTPS for your Home Assistant.
diff --git a/source/dashboards/dashboards.markdown b/source/dashboards/dashboards.markdown index f49e603c166..1cfbb924ebb 100644 --- a/source/dashboards/dashboards.markdown +++ b/source/dashboards/dashboards.markdown @@ -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/). Screenshots showing addition of a new webpage dashboard to Home Assistant, embedding the Home Assistant website.