mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
Add first version of docker for addons
This commit is contained in:
@@ -39,10 +39,10 @@ ATTR_MAP_SSL = 'map_ssl'
|
||||
ATTR_MAP_DATA = 'map_data'
|
||||
ATTR_OPTIONS = 'options'
|
||||
ATTR_INSTALLED = 'installed'
|
||||
ATTR_STATE = 'state'
|
||||
|
||||
STARTUP_BEFORE = 'before'
|
||||
STARTUP_AFTER = 'after'
|
||||
STARTUP_ONCE = 'once'
|
||||
BOOT_START = 'start'
|
||||
BOOT_STOP = 'stop'
|
||||
BOOT_STOP = 'auto'
|
||||
BOOT_MANUAL = 'manual'
|
||||
|
||||
Reference in New Issue
Block a user