From 8c93c0b6c5db72d3a9fbe6abe9b0ad82ef1b6213 Mon Sep 17 00:00:00 2001 From: DanielXYZ2000 Date: Sun, 15 Oct 2017 09:39:11 +0200 Subject: [PATCH] Add Link and fix config (#3628) Add the example html and fix the config (who instead of hello) --- source/_components/panel_custom.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/panel_custom.markdown b/source/_components/panel_custom.markdown index 1ed44576e588..49775f285579 100644 --- a/source/_components/panel_custom.markdown +++ b/source/_components/panel_custom.markdown @@ -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: