mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-02-15 07:27:13 +00:00
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"name": "Journald Add-on",
|
|
"version": "1.0.1",
|
|
"slug": "journald_addon",
|
|
"description": "This is a Test Add-on that uses journald",
|
|
"arch": ["amd64"],
|
|
"url": "https://www.home-assistant.io/",
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"journald": true,
|
|
"options": {},
|
|
"schema": {}
|
|
}
|