Skip to content

Commit

Permalink
Add Link and fix config (home-assistant#3628)
Browse files Browse the repository at this point in the history
Add the example html and fix the config (who instead of hello)
  • Loading branch information
DanielXYZ2000 authored and fabaff committed Oct 21, 2017
1 parent e5f3f6a commit 8c93c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_components/panel_custom.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ The `panel_custom` support allows you to add additional panels to your Home Assi
To enable customized panels in your installation, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
# Example configuration.yaml entry for https://github.com/home-assistant/example-custom-config/blob/master/panels/hello_world.html
panel_custom:
- name: todomvc
sidebar_title: TodoMVC
sidebar_icon: mdi:work
url_path: my-todomvc
webcomponent_path: /home/hass/hello.html
config:
hello: world
who: world
```
Configuration variables:
Expand Down

0 comments on commit 8c93c0b

Please sign in to comment.