mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Add Link and fix config (#3628)
Add the example html and fix the config (who instead of hello)
This commit is contained in:
parent
c48fda8081
commit
498cbf7460
@ -18,7 +18,7 @@ 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
|
||||
@ -26,7 +26,7 @@ panel_custom:
|
||||
url_path: my-todomvc
|
||||
webcomponent_path: /home/hass/hello.html
|
||||
config:
|
||||
hello: world
|
||||
who: world
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
Loading…
x
Reference in New Issue
Block a user