From b7d1b977c7282dfb3162f7abfca5f46bc06dcbab Mon Sep 17 00:00:00 2001 From: c727 Date: Mon, 25 Jun 2018 21:43:46 +0200 Subject: [PATCH] Add Iframe card --- docs/lovelace_card_types.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/lovelace_card_types.md b/docs/lovelace_card_types.md index b68cd18f..6608f85d 100644 --- a/docs/lovelace_card_types.md +++ b/docs/lovelace_card_types.md @@ -60,6 +60,14 @@ Filter options: | type | string | **Required** | `history-graph` | entity | string | **Required** | Entity id of `history_graph` domain +## Iframe + +| Name | Type | Default | Description +| ---- | ---- | ------- | ----------- +| type | string | **Required** | `iframe` +| url | string | **Required** | iframe source url +| aspect_ratio | string | `'50%'` | Iframe height-width-ratio + ## Markdown | Name | Type | Default | Description