add support for custom image

This commit is contained in:
Pascal Vizeli
2017-04-16 11:39:54 +02:00
parent fe72e768ec
commit b5ec1e0cfd
5 changed files with 29 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ ATTR_OPTIONS = 'options'
ATTR_INSTALLED = 'installed'
ATTR_STATE = 'state'
ATTR_SCHEMA = 'schema'
ATTR_IMAGE = 'image'
STARTUP_BEFORE = 'before'
STARTUP_AFTER = 'after'