mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +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:
|
To enable customized panels in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```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:
|
panel_custom:
|
||||||
- name: todomvc
|
- name: todomvc
|
||||||
sidebar_title: TodoMVC
|
sidebar_title: TodoMVC
|
||||||
@ -26,7 +26,7 @@ panel_custom:
|
|||||||
url_path: my-todomvc
|
url_path: my-todomvc
|
||||||
webcomponent_path: /home/hass/hello.html
|
webcomponent_path: /home/hass/hello.html
|
||||||
config:
|
config:
|
||||||
hello: world
|
who: world
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user