Skip to content

Commit 498cbf7

Browse files
DanielXYZ2000fabaff
authored andcommitted
Add Link and fix config (home-assistant#3628)
Add the example html and fix the config (who instead of hello)
1 parent c48fda8 commit 498cbf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/panel_custom.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ The `panel_custom` support allows you to add additional panels to your Home Assi
1818
To enable customized panels in your installation, add the following to your `configuration.yaml` file:
1919

2020
```yaml
21-
# Example configuration.yaml entry
21+
# Example configuration.yaml entry for https://github.com/home-assistant/example-custom-config/blob/master/panels/hello_world.html
2222
panel_custom:
2323
- name: todomvc
2424
sidebar_title: TodoMVC
2525
sidebar_icon: mdi:work
2626
url_path: my-todomvc
2727
webcomponent_path: /home/hass/hello.html
2828
config:
29-
hello: world
29+
who: world
3030
```
3131
3232
Configuration variables:

0 commit comments

Comments
 (0)