mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
📚 Update add-on documentation to use new YAML configuration format
This commit is contained in:
parent
89698380c0
commit
dbef3e81b1
1 changed files with 23 additions and 27 deletions
50
README.md
50
README.md
|
@ -59,33 +59,29 @@ comparison to installing any other Hass.io add-on.
|
|||
|
||||
Example add-on configuration:
|
||||
|
||||
```json
|
||||
{
|
||||
"culture": "en",
|
||||
"currency": "USD",
|
||||
"entry_page": "stock",
|
||||
"features": {
|
||||
"batteries": true,
|
||||
"calendar": true,
|
||||
"chores": true,
|
||||
"equipment": true,
|
||||
"recipes": true,
|
||||
"shoppinglist": true,
|
||||
"tasks": true
|
||||
},
|
||||
"tweaks": {
|
||||
"chores_assignment": true,
|
||||
"multiple_shopping_lists": true,
|
||||
"stock_best_before_date_tracking": true,
|
||||
"stock_location_tracking": true,
|
||||
"stock_price_tracking": true,
|
||||
"stock_product_opened_tracking": true
|
||||
},
|
||||
"log_level": "info",
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem"
|
||||
}
|
||||
```yaml
|
||||
culture: en
|
||||
currency: USD
|
||||
entry_page: stock
|
||||
features:
|
||||
batteries: true
|
||||
calendar: true
|
||||
chores: true
|
||||
equipment: true
|
||||
recipes: true
|
||||
shoppinglist: true
|
||||
tasks: true
|
||||
tweaks:
|
||||
chores_assignment: true
|
||||
multiple_shopping_lists: true
|
||||
stock_best_before_date_tracking: true
|
||||
stock_location_tracking: true
|
||||
stock_price_tracking: true
|
||||
stock_product_opened_tracking: true
|
||||
log_level: info
|
||||
ssl: false
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
```
|
||||
|
||||
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue