Files
supervisor/tests/fixtures/app.json
f8880a72be Rename addon/addons to app/apps in filenames and imports (#6837)
* Rename addon/addons to app/apps in filenames and imports

Continues the addon→app terminology migration (#6786).
Renames all source files, test files, fixture files, and
directories that contained 'addon'/'addons' in their names,
and updates all imports accordingly.

Resolution check files in supervisor/resolution/checks/ that were
renamed override the slug property to preserve the existing API
contract (slugs are exposed via the resolution info API and used
to run checks by name).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Rename add-on.json fixture

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-13 20:55:46 +02:00

13 lines
224 B
JSON

{
"advanced": false,
"arch": [
"amd64"
],
"slug": "test",
"description": "Test add-on",
"location": "tmp_path",
"name": "Test Add-on",
"repository": "a474bbd1",
"stage": "stable",
"version": "1.0.0"
}