mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Minimizing of the configuration sample (#1018)
This commit is contained in:
parent
8a386143a4
commit
ef7531c297
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Panel Custom"
|
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
|
date: 2015-08-08 11:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
|
@ -24,11 +24,9 @@ To enable Panel iFrames in your installation, add the following to your `configu
|
|||||||
panel_iframe:
|
panel_iframe:
|
||||||
router:
|
router:
|
||||||
title: 'Router'
|
title: 'Router'
|
||||||
icon: 'mdi:router-wireless'
|
|
||||||
url: 'http://192.168.1.1'
|
url: 'http://192.168.1.1'
|
||||||
fridge:
|
fridge:
|
||||||
title: 'Fridge'
|
title: 'Fridge'
|
||||||
icon: 'mdi:fridge'
|
|
||||||
url: 'http://192.168.1.5'
|
url: 'http://192.168.1.5'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user