From 1e64a7d8bf359721907c4423d03d1db7d20fb8fa Mon Sep 17 00:00:00 2001 From: mikehole Date: Thu, 24 Jan 2019 20:18:39 +0000 Subject: [PATCH] A tip to get the /home/ folder to not 404 (#169) Just had this issue myself so propose letting people know that Hass needs a re-start to find the www folder under the config folder. --- docs/lovelace_custom_card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lovelace_custom_card.md b/docs/lovelace_custom_card.md index 0da17ad5..73f007fe 100644 --- a/docs/lovelace_custom_card.md +++ b/docs/lovelace_custom_card.md @@ -84,7 +84,7 @@ customElements.define('content-card-example', ContentCardExample); ## Referencing your new card -In our example card we defined a card with the tag `content-card-example` (see last line), so our card type will be `custom:content-card-example`. And because you created the file in your `/www` directory, it will be accessible in your browser via the url `/local/`. +In our example card we defined a card with the tag `content-card-example` (see last line), so our card type will be `custom:content-card-example`. And because you created the file in your `/www` directory, it will be accessible in your browser via the url `/local/` (if you have recently added the www folder you will need to re-start home assistant for files to be picked up). ```yaml # Example ui-lovelace.yaml