diff --git a/source/_components/frontend.markdown b/source/_components/frontend.markdown index dc48dd837fb..ee89044b2ed 100644 --- a/source/_components/frontend.markdown +++ b/source/_components/frontend.markdown @@ -101,8 +101,12 @@ automation: ### {% linkable_title Manual Theme Selection %} -When themes are enabled in the `configuration.yaml` file, a new option will show up in the Configuration panel under `configuration.yaml` called "Set a theme." You can then choose any installed theme from the dropdown list and it will be applied immediately. +When themes are enabled in the `configuration.yaml` file, a new option will show up in the Configuration panel under **General** called "Set a theme." You can then choose any installed theme from the dropdown list and it will be applied immediately. +

+ + Set a theme +

## {% linkable_title Loading extra HTML %} @@ -118,4 +122,13 @@ frontend: - /file2.html ``` -Those will be loaded via `` on any page (states and panels) +Those will be loaded via `` on any page (states and panels). + +### {% linkable_title Manual Language Selection %} + +The browser language is automatically detected. To use a different language, go to **General** in the Configuration panel and select a one from "Choose a Language". It will be applied immediately. + +

+ + Choose a Language +

diff --git a/source/images/frontend/choose-language.png b/source/images/frontend/choose-language.png new file mode 100644 index 00000000000..38599f7fe44 Binary files /dev/null and b/source/images/frontend/choose-language.png differ diff --git a/source/images/frontend/choose-theme.png b/source/images/frontend/choose-theme.png new file mode 100644 index 00000000000..62b1b2b6be3 Binary files /dev/null and b/source/images/frontend/choose-theme.png differ