Alec Rust 9e30b715fc iFrame card -> Iframe card (#7847)
The [iframe element](https://www.w3.org/TR/2011/WD-html5-20110525/the-iframe-element.html) is part of the HTML spec, it's not written as `iFrame` which implies it's an Apple product.
2018-12-19 23:41:20 +01:00

1.2 KiB

layout, title, sidebar_label, description, date, sidebar, comments, sharing, footer
layout title sidebar_label description date sidebar comments sharing footer
page Iframe Card Iframe Embed data from other webservices in your dashboard. 2018-07-01 10:28 +00:00 true false true true

Embed data from other webservices in your dashboard. 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 iframe Windy weather radar as iframe.

{% 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 %}

{% linkable_title 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%