mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
🚑 Changes Currency to ISO4217 Format (#34)
* 📚 Update Readme to reference Currency Config * 🐛 Update default currency config * 💥 Add regex to Currency schema * 🔨 Fixing Regex format
This commit is contained in:
parent
415743c9a2
commit
73c6011c60
2 changed files with 6 additions and 4 deletions
|
@ -139,8 +139,10 @@ Is used for setting the language. Choose between:
|
|||
|
||||
### Option: `currency`
|
||||
|
||||
Determines the currency as displayed in the Grocy interface.
|
||||
Examples: `$`, `€`, `£` or `EUR`.
|
||||
Determines the currency as displayed in the Grocy interface, specified by the
|
||||
ISO4217 three digit currency code.
|
||||
|
||||
Examples: `USD`, `CAD`, `GBP` or `EUR`.
|
||||
|
||||
### Option: `features`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue