From fd79950dfda2d079cd9315e4f8a774f035dc2e08 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 25 Nov 2022 13:33:09 +0100 Subject: [PATCH] Document core language and country setting (#25047) Co-authored-by: Franck Nijhof --- source/_docs/configuration/basic.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown index 1a35494be84..a06bf84cbbd 100644 --- a/source/_docs/configuration/basic.markdown +++ b/source/_docs/configuration/basic.markdown @@ -68,6 +68,7 @@ currency: 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)" required: false type: string + default: "EUR" external_url: 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." required: false @@ -105,6 +106,15 @@ legacy_templates: required: false type: boolean default: false +language: + 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." + required: false + type: string + default: "en" +country: + 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)" + required: false + type: string {% endconfiguration %} ## Reload Core Service