Remove 'development' from http and update frontend (#3856)
* Remove 'development' from http and update frontend * UPdate configuration variables * Update frontend.markdown
This commit is contained in:
parent
b782c88611
commit
3570a1edb8
2 changed files with 26 additions and 1 deletions
|
@ -18,6 +18,32 @@ This offers the official frontend to control Home Assistant.
|
|||
frontend:
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
themes:
|
||||
description: Allow to define different themes. See below for further details.
|
||||
required: false
|
||||
type: map
|
||||
keys:
|
||||
"[identifier]":
|
||||
description: Name to use in the frontend.
|
||||
required: true
|
||||
type: [list, map]
|
||||
keys:
|
||||
"[css-identifier]":
|
||||
description: The CSS identifier.
|
||||
required: true
|
||||
type: [list, string]
|
||||
extra_html_url:
|
||||
description: "List of addtional [resources](/developers/frontend_creating_custom_ui/) to load."
|
||||
required: false
|
||||
type: list
|
||||
development_repo:
|
||||
description: Allow to point to a directory containing frontend files instead of taking them from a pre-built PyPI package. Useful for Frontend development.
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
|
||||
## {% linkable_title Themes %}
|
||||
|
||||
Starting with version 0.49 you can define themes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue