From ef7531c29758edf7d47fed447a446853caa888cc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 30 Sep 2016 20:56:52 +0200 Subject: [PATCH] Minimizing of the configuration sample (#1018) --- source/_components/panel_custom.markdown | 2 +- source/_components/panel_iframe.markdown | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_components/panel_custom.markdown b/source/_components/panel_custom.markdown index ffe04c7e2ab..1ed44576e58 100644 --- a/source/_components/panel_custom.markdown +++ b/source/_components/panel_custom.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Panel Custom" -description: "Instructions how to add customied panels to the frontend of Home Assistant." +description: "Instructions how to add customized panels to the frontend of Home Assistant." date: 2015-08-08 11:00 sidebar: true comments: false diff --git a/source/_components/panel_iframe.markdown b/source/_components/panel_iframe.markdown index b3ca0e8f9f4..5b170a310b1 100644 --- a/source/_components/panel_iframe.markdown +++ b/source/_components/panel_iframe.markdown @@ -24,11 +24,9 @@ To enable Panel iFrames in your installation, add the following to your `configu panel_iframe: router: title: 'Router' - icon: 'mdi:router-wireless' url: 'http://192.168.1.1' fridge: title: 'Fridge' - icon: 'mdi:fridge' url: 'http://192.168.1.5' ```