Skip to content

Commit 0af849b

Browse files
committed
Remove 'development' from http and update frontend
1 parent 6cffb2c commit 0af849b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

source/_components/frontend.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ This offers the official frontend to control Home Assistant.
1818
frontend:
1919
```
2020
21+
Configuration variables:
22+
23+
- **themes** (*Optional*): Allow to define different themes. See below for further details.
24+
- **extra_html_url** (*Optional*): List of addtional [resources](/developers/frontend_creating_custom_ui/) to load.
25+
- **development_repo** (*Optional*): Allow to point to a repository. Useful for Frontend development.
26+
27+
2128
## {% linkable_title Themes %}
2229
2330
Starting with version 0.49 you can define themes:

source/_components/http.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Configuration variables:
2929
- **server_host** (*Optional*): Only listen to incoming requests on specific IP/host (default: accept all)
3030
- **server_port** (*Optional*): Let you set a port to use. Defaults to 8123.
3131
- **base_url** (*Optional*): The URL that Home Assistant is available on the internet. For example: `hass-example.duckdns.org:8123`. Defaults to the local IP address. The iOS app finds local installations, if you have an outside URL use this so that you can auto-fill when discovered in the app.
32-
- **development** (*Optional*): Disable caching and load unvulcanized assets. Useful for Frontend development.
3332
- **ssl_certificate** (*Optional*): Path to your TLS/SSL certificate to serve Home Assistant over a secure connection.
3433
- **ssl_key** (*Optional*): Path to your TLS/SSL key to serve Home Assistant over a secure connection.
3534
- **cors_allowed_origins** (*Optional*): A list of origin domain names to allow [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) requests from. Enabling this will set the `Access-Control-Allow-Origin` header to the Origin header if it is found in the list, and the `Access-Control-Allow-Headers` header to `Origin, Accept, X-Requested-With, Content-type, X-HA-access`. You must provide the exact Origin, i.e. `https://home-assistant.io` will allow requests from `https://home-assistant.io` but __not__ `http://home-assistant.io`.

0 commit comments

Comments
 (0)