testing integration

This commit is contained in:
Jatus 2024-01-29 16:49:36 +01:00
parent 04e4a08ac9
commit a0626ccf38
2 changed files with 6 additions and 2 deletions

View File

@ -9,5 +9,9 @@ arch:
ports: ports:
5540/tcp: 5540 5540/tcp: 5540
hassio_role: admin hassio_role: homeassistant
hassio_api: true hassio_api: true
homeassistant_api: true
auth_api: true
map:
- addon_config:rw

View File

@ -16,7 +16,7 @@ export function serverSetup(): {
storageManager: StorageManager; storageManager: StorageManager;
} { } {
if (!(MATTER_SERVER && STORAGE && STORAGE_MANAGER)) { if (!(MATTER_SERVER && STORAGE && STORAGE_MANAGER)) {
const storageLocation = getParameter('store') || './deviceData'; const storageLocation = getParameter('store') || '/config/deviceData';
STORAGE = new StorageBackendDisk( STORAGE = new StorageBackendDisk(
storageLocation, storageLocation,