diff --git a/source/_posts/2024-04-03-release-20244.markdown b/source/_posts/2024-04-03-release-20244.markdown index 40bed3982e2..1c5ad3e098e 100644 --- a/source/_posts/2024-04-03-release-20244.markdown +++ b/source/_posts/2024-04-03-release-20244.markdown @@ -334,12 +334,14 @@ 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. -__TODO: Insert webpage dashboard screenshot__ +Screenshots adding a new webpage dashboard to Home Assistant, embeding the Home Assistant website. This dashboard replaces the old iFrame panel (`iframe_panel`). If you have existing panels configured in your YAML configuration, Home Assistant will automatically migrate them to the new webpage dashboard on upgrade. +Screenshot showing the Home Assistant website embeded into the Home Assistant frontend using a webpage dashboard. + Note that not every webpage can be embedded due to security restrictions that some sites or pages have in place, enforced by your browser, that prevent embedding them into a Home Assistant dashboard. diff --git a/source/images/blog/2024-04/dashboard-webpage.png b/source/images/blog/2024-04/dashboard-webpage.png new file mode 100644 index 00000000000..ed6d28696a1 Binary files /dev/null and b/source/images/blog/2024-04/dashboard-webpage.png differ diff --git a/source/images/blog/2024-04/embeded-home-assistant-website.png b/source/images/blog/2024-04/embeded-home-assistant-website.png new file mode 100644 index 00000000000..02fb5eae2db Binary files /dev/null and b/source/images/blog/2024-04/embeded-home-assistant-website.png differ