mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-09 19:09:41 +00:00
Use init system for add-ons (#237)
* Use init system for add-ons * Update const.py * Update validate.py * Update addon.py * Update addon.py * remove options * remove options p2 * remove options p3 * Update addon.py
This commit is contained in:
@@ -127,7 +127,7 @@ ATTR_SECURITY = 'security'
|
||||
ATTR_BUILD_FROM = 'build_from'
|
||||
ATTR_SQUASH = 'squash'
|
||||
ATTR_GPIO = 'gpio'
|
||||
ATTR_LEGACY = 'ATTR_LEGACY'
|
||||
ATTR_LEGACY = 'legacy'
|
||||
ATTR_ADDONS_CUSTOM_LIST = 'addons_custom_list'
|
||||
|
||||
STARTUP_INITIALIZE = 'initialize'
|
||||
|
||||
Reference in New Issue
Block a user