testing integration
This commit is contained in:
parent
04e4a08ac9
commit
a0626ccf38
@ -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
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user