Skip to content

Commit d1b38d4

Browse files
committed
Add screenshots
1 parent 29220c2 commit d1b38d4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

source/_components/frontend.markdown

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,12 @@ automation:
101101

102102
### {% linkable_title Manual Theme Selection %}
103103

104-
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.
104+
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.
105105

106+
<p class='img'>
107+
<img src='/images/frontend/choose-theme.png' />
108+
Set a theme
109+
</p>
106110

107111
## {% linkable_title Loading extra HTML %}
108112

@@ -118,4 +122,13 @@ frontend:
118122
- /file2.html
119123
```
120124

121-
Those will be loaded via `<link rel='import' href='{{ extra_url }}' async>` on any page (states and panels)
125+
Those will be loaded via `<link rel='import' href='{{ extra_url }}' async>` on any page (states and panels).
126+
127+
### {% linkable_title Manual Language Selection %}
128+
129+
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.
130+
131+
<p class='img'>
132+
<img src='/images/frontend/choose-language.png' />
133+
Choose a Language
134+
</p>
18.1 KB
Loading
17.3 KB
Loading

0 commit comments

Comments
 (0)