This commit is contained in:
Pascal Vizeli
2017-04-12 22:59:40 +02:00
parent 20856126c8
commit f340a19e40
10 changed files with 41 additions and 42 deletions

View File

@@ -43,11 +43,12 @@ ATTR_MAP_SSL = 'map_ssl'
ATTR_OPTIONS = 'options'
ATTR_INSTALLED = 'installed'
ATTR_STATE = 'state'
ATTR_SCHEMA = 'schema'
STARTUP_BEFORE = 'before'
STARTUP_AFTER = 'after'
STARTUP_ONCE = 'once'
BOOT_STOP = 'auto'
BOOT_AUTO = 'auto'
BOOT_MANUAL = 'manual'
STATE_STARTED = 'started'
STATE_STOPED = 'stoped'
STATE_STOPPED = 'stopped'