Add currency core configuration (#18627)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Franck Nijhof 2021-07-28 09:00:06 +02:00 committed by GitHub
parent e784059e83
commit c4ea5f7172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ homeassistant:
longitude: 117.22743 longitude: 117.22743
elevation: 430 elevation: 430
unit_system: metric unit_system: metric
currency: "$",
time_zone: "America/Los_Angeles" time_zone: "America/Los_Angeles"
external_url: "https://www.example.com" external_url: "https://www.example.com"
internal_url: "http://homeassistant.local:8123" internal_url: "http://homeassistant.local:8123"
@ -59,6 +60,10 @@ time_zone:
description: "Pick your time zone from the column **TZ** of [Wikipedia's list of tz database time zones](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones)" description: "Pick your time zone from the column **TZ** of [Wikipedia's list of tz database time zones](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones)"
required: false required: false
type: string type: string
currency:
description: The default currency symbol for your location.
required: false
type: string
external_url: 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." 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 required: false