Make it more clear

This commit is contained in:
Fabian Affolter 2016-12-19 21:11:43 +01:00
parent 817d1a8220
commit c6606e9b7d
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -11,7 +11,7 @@ categories: How-To
og_image: /images/blog/2016-04-display/ha-display.png og_image: /images/blog/2016-04-display/ha-display.png
--- ---
The frontend of Home Assistant is served with the help of a local web server. If you have [customized](/getting-started/devices/#customizing-devices-and-services) your installation you already use this functionality. The content of your folder `www` in your Home Assistant configuration directory (`.homeassistant`) is available under `/local` (eg. [https://localhost:8123/local](https://localhost:8123/local)). The frontend of Home Assistant is served with the help of a local web server. If you have [customized](/getting-started/devices/#customizing-devices-and-services) your installation you already use this functionality. The content of your folder `www` in your Home Assistant configuration directory (`.homeassistant`) is available under `/local` (eg. [http://localhost:8123/local](https://localhost:8123/local/index.html) for an `index.html` file).
But there is more you can do! You can not only host images for customization there but HTML files or even web applications including CSS and Javascript. But there is more you can do! You can not only host images for customization there but HTML files or even web applications including CSS and Javascript.