Fixes the currency configuration to use ISO 4217 (#18734)

This commit is contained in:
Pedro Lamas 2021-08-05 07:53:38 +01:00 committed by GitHub
parent 123b4f08a9
commit 29b7b28d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: