mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-30 23:06:29 +00:00
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:
parent
f923ce3028
commit
1e64a7d8bf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user