mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-27 11:53:15 +01:00
Add tests for hass.io (#817)
* Add tests for hass.io * Fix folder * Fix test command
This commit is contained in:
14
tests/fixtures/basic-addon-config.json
vendored
Normal file
14
tests/fixtures/basic-addon-config.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user