mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-25 12:56:32 +00:00
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"name": "Test Add-on",
|
|
"version": "1.0.1",
|
|
"slug": "test_addon",
|
|
"description": "This is a basic Test Add-on",
|
|
"arch": ["amd64"],
|
|
"url": "https://www.home-assistant.io/",
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"map": ["config:rw", "ssl", "media", "share"],
|
|
"options": {},
|
|
"schema": {},
|
|
"image": "test/{arch}-my-custom-addon"
|
|
}
|