1
0
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:
pvizeli
2017-04-10 12:17:33 +02:00
committed by Pascal Vizeli
parent 530f17d502
commit ae003e5b76
7 changed files with 108 additions and 7 deletions

View File

@@ -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'