mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-09 10:59:43 +00:00
Adding tmpfs to addon config (#72)
* Adding tmpfs to addon config
* Adding vol.Match and correcting syntax error
* Missing import and linting
* Update addon.py
* Revert "Update addon.py"
This reverts commit 82798c8f2d.
* optimaze code
This commit is contained in:
@@ -79,6 +79,7 @@ ATTR_BUILD = 'build'
|
||||
ATTR_DEVICES = 'devices'
|
||||
ATTR_ENVIRONMENT = 'environment'
|
||||
ATTR_HOST_NETWORK = 'host_network'
|
||||
ATTR_TMPFS = 'tmpfs'
|
||||
|
||||
STARTUP_INITIALIZE = 'initialize'
|
||||
STARTUP_BEFORE = 'before'
|
||||
|
||||
Reference in New Issue
Block a user