c727 1b56528654 Lovelace: update iframe (#5761)
* Lovelace: update iframe

* Change config to config-directory

* minor changes
2018-07-12 17:51:46 -04:00

1.1 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%