Skip to content

Commit fd79950

Browse files
emontnemeryfrenck
andauthored
Document core language and country setting (#25047)
Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent a718ea0 commit fd79950

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_docs/configuration/basic.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ currency:
6868
description: "Pick your currency code from the column **Code** of [Wikipedia's list of ISO 4217 active codes](https://en.wikipedia.org/wiki/ISO_4217#Active_codes)"
6969
required: false
7070
type: string
71+
default: "EUR"
7172
external_url:
7273
description: "The URL that Home Assistant is available on from the internet. For example: `https://example.duckdns.org:8123`. Note that this setting may only contain a protocol, hostname and port; using a path is not supported."
7374
required: false
@@ -105,6 +106,15 @@ legacy_templates:
105106
required: false
106107
type: boolean
107108
default: false
109+
language:
110+
description: "Default language used by Home Assistant. This may, for example, influence the language used by voice assistants. The language should be specified as an RFC 5646 language tag, and must be a language which Home Assistant is translated to."
111+
required: false
112+
type: string
113+
default: "en"
114+
country:
115+
description: "Country in which Home Assistant is running. This may, for example, influence radio settings to comply with local regulations. The country should be specified as an ISO 3166.1 alpha-2 code. Pick your country from the column **Code** of [Wikipedia's list of ISO 31661 alpha-2 officially assigned code codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)"
116+
required: false
117+
type: string
108118
{% endconfiguration %}
109119

110120
## Reload Core Service

0 commit comments

Comments
 (0)