mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-07 14:14:23 +01:00
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "Check HomeAssistant config",
|
|
"version": "0.2",
|
|
"slug": "check_config",
|
|
"description": "Check HomeAssistant config with a new version",
|
|
"url": "https://home-assistant.io/addons/check_config/",
|
|
"startup": "once",
|
|
"boot": "manual",
|
|
"map": ["config", "ssl"],
|
|
"options": {
|
|
"version": "latest"
|
|
},
|
|
"schema": {
|
|
"version": "str"
|
|
}
|
|
}
|