mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
👕 Fixes Markdownlint warnings
This commit is contained in:
parent
acf1f0b0f2
commit
5f9b915141
1 changed files with 22 additions and 3 deletions
25
README.md
25
README.md
|
@ -117,8 +117,18 @@ The private key file to use for SSL.
|
|||
|
||||
### Option: `culture`
|
||||
|
||||
Is used for setting the language.
|
||||
Choose between `da` (Danish), `de`(Deutch), `en` (English), `es` (Spanish), `fr` (French), `it` (Italian), `nl` (Dutch), `no` (Norwegian), `pl` (Polish), `ru` (Russian).
|
||||
Is used for setting the language. Choose between:
|
||||
|
||||
- `da` (Danish)
|
||||
- `de` (Deutch)
|
||||
- `en` (English)
|
||||
- `es` (Spanish)
|
||||
- `fr` (French)
|
||||
- `it` (Italian)
|
||||
- `nl` (Dutch)
|
||||
- `no` (Norwegian)
|
||||
- `pl` (Polish)
|
||||
- `ru` (Russian)
|
||||
|
||||
### Option: `currency`
|
||||
|
||||
|
@ -128,7 +138,16 @@ Choose between `$`, `€`, `£`.
|
|||
### Option: `features`
|
||||
|
||||
Is used for enable or disable features in Grocy.
|
||||
The following features can be enabled or disabled `batteries`, `calendar`, `chores`, `equipment`, `recipes`, `shoppinglist`, `tasks`.
|
||||
The following features can be enabled or disabled:
|
||||
|
||||
- `batteries`
|
||||
- `calendar`
|
||||
- `chores`
|
||||
- `equipment`
|
||||
- `recipes`
|
||||
- `shoppinglist`
|
||||
- `tasks`
|
||||
|
||||
Set it `true` to enable it, `false` otherwise.
|
||||
|
||||
## Embedding into Home Assistant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue