Fix addon build context

This commit is contained in:
2026-06-18 12:26:54 +02:00
parent 1336bc36fa
commit 9d01af98b2
6 changed files with 9 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ from app.core.stores import FutureStores
app = FastAPI(
title="SillyHome Future API",
description="SillyHome v2 event-core side project.",
version="2.0.0-alpha.2",
version="2.0.0-alpha.3",
)
stores = FutureStores(os.getenv("SILLYHOME_FUTURE_STORE", ".future_store"))
event_core = EventCore(stores)