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.
This commit is contained in:
mikehole 2019-01-24 20:18:39 +00:00 committed by Paulus Schoutsen
parent f923ce3028
commit 1e64a7d8bf

View File

@ -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 `<config>/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 `<config>/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