1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-21 10:16:43 +00:00
Files
supervisor/tests/fixtures/basic-addon-config.json
Pascal Vizeli 05b58d76b9 Add tests for hass.io (#817)
* Add tests for hass.io

* Fix folder

* Fix test command
2018-11-18 12:08:46 +01:00

14 lines
337 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"],
"options": {},
"schema": {},
"image": "test/{arch}-my-custom-addon"
}