We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48fda8 commit 498cbf7Copy full SHA for 498cbf7
source/_components/panel_custom.markdown
@@ -18,15 +18,15 @@ The `panel_custom` support allows you to add additional panels to your Home Assi
18
To enable customized panels in your installation, add the following to your `configuration.yaml` file:
19
20
```yaml
21
-# Example configuration.yaml entry
+# Example configuration.yaml entry for https://github.com/home-assistant/example-custom-config/blob/master/panels/hello_world.html
22
panel_custom:
23
- name: todomvc
24
sidebar_title: TodoMVC
25
sidebar_icon: mdi:work
26
url_path: my-todomvc
27
webcomponent_path: /home/hass/hello.html
28
config:
29
- hello: world
+ who: world
30
```
31
32
Configuration variables:
0 commit comments