This commit is contained in:
legop3
2026-04-28 20:05:56 -04:00
parent 50f6569b22
commit fc229fcf62
7 changed files with 7 additions and 7 deletions
@@ -23,7 +23,7 @@ const {
} = require('../homeAssistantService');
const { getRequestIp, isLocalNetwork, normalizeIp } = require('../../helpers/ipResolver');
const DATA_DIR = path.join(__dirname, '..', '..', 'data');
const DATA_DIR = path.join(__dirname, '..', '..', '..', 'data');
const STORE_PATH = path.join(DATA_DIR, 'buttonbox-state.json');
const BUTTON_COUNT = 4;
const STORE_VERSION = 1;