1.1 KiB

title, sidebar_label, description
title sidebar_label description
Webpage Card Webpage The Webpage card allows you to embed your favorite webpage right into Home Assistant.

The Webpage card allows you to embed your favorite webpage right into Home Assistant. You can also embed files stored in your <config-directory>/www folder and reference them using /local/<file>.

You can't embed sites using HTTP if you are using HTTPS for your Home Assistant.

Windy weather radar as Webpage Windy weather radar as Webpage.

{% configuration %} type: required: true description: iframe type: string url: required: true description: Website URL. type: string aspect_ratio: required: false description: Height-width-ratio. type: string default: "50%" title: required: false description: The card title. type: string {% endconfiguration %}

Examples

type: iframe
url: https://grafana.localhost/d/000000027/worldping-endpoint-summary?var-probe=All&panelId=2&fullscreen&orgId=3&theme=light
aspect_ratio: 75%