diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown index 8a42d18bcd5..8142a9c56ee 100644 --- a/source/_docs/configuration/basic.markdown +++ b/source/_docs/configuration/basic.markdown @@ -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