mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Remove old addon stuff
This commit is contained in:
parent
3f9f69098b
commit
f26e09c3cc
@ -6,7 +6,7 @@ import stat
|
||||
|
||||
from colorlog import ColoredFormatter
|
||||
|
||||
from .const import FILE_HASSIO_ADDONS, SOCKET_DOCKER
|
||||
from .const import SOCKET_DOCKER
|
||||
from .config import CoreConfig
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
@ -27,11 +27,6 @@ def initialize_system_data():
|
||||
_LOGGER.info("Create Home-Assistant ssl folder %s", config.path_ssl)
|
||||
os.mkdir(config.path_ssl)
|
||||
|
||||
# installed addons
|
||||
if not os.path.isfile(FILE_HASSIO_ADDONS):
|
||||
with open(FILE_HASSIO_ADDONS) as addons_file:
|
||||
addons_file.write(json.dumps({}))
|
||||
|
||||
return config
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user