mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add currency core configuration (#18627)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
e784059e83
commit
c4ea5f7172
@ -14,6 +14,7 @@ homeassistant:
|
||||
longitude: 117.22743
|
||||
elevation: 430
|
||||
unit_system: metric
|
||||
currency: "$",
|
||||
time_zone: "America/Los_Angeles"
|
||||
external_url: "https://www.example.com"
|
||||
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)"
|
||||
required: false
|
||||
type: string
|
||||
currency:
|
||||
description: The default currency symbol for your location.
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user