1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00
Files
supervisor/tests/fixtures/basic-addon-config.json
2023-05-30 15:36:06 -04:00

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"
}