-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
31 lines (31 loc) · 1.01 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "Pantry Tracker",
"version": "1.0.51",
"slug": "pantry_tracker",
"description": "A Home Assistant add-on to manage and track pantry items, with product categorization, real-time inventory updates, and intuitive controls.",
"startup": "services",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"boot": "auto",
"homeassistant_api": true,
"hassio_api": true,
"map": [
"addon_config:rw"
],
"ingress": true,
"ports": {
"8099/tcp": 8099
},
"ingress_stream": false,
"ingress_panel": true,
"panel_icon": "mdi:fridge",
"panel_title": "Pantry Tracker",
"panel_admin": false,
"init": false,
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.10-alpine3.17",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.10-alpine3.17",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.10-alpine3.17",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.10-alpine3.17",
"i386": "ghcr.io/home-assistant/i386-base-python:3.10-alpine3.17"
}
}