mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Fixes the currency configuration to use ISO 4217 (#18734)
This commit is contained in:
parent
123b4f08a9
commit
29b7b28d4a
@ -14,7 +14,7 @@ homeassistant:
|
||||
longitude: 117.22743
|
||||
elevation: 430
|
||||
unit_system: metric
|
||||
currency: "$",
|
||||
currency: USD,
|
||||
time_zone: "America/Los_Angeles"
|
||||
external_url: "https://www.example.com"
|
||||
internal_url: "http://homeassistant.local:8123"
|
||||
@ -61,7 +61,7 @@ time_zone:
|
||||
required: false
|
||||
type: string
|
||||
currency:
|
||||
description: The default currency symbol for your location.
|
||||
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
|
||||
external_url:
|
||||
|
Loading…
x
Reference in New Issue
Block a user