This commit is contained in:
legop3
2026-04-19 16:36:18 -04:00
parent adb13fc69c
commit b46108a750
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ module.exports = {
id: 'darkness',
name: 'Darkness',
isNightVisionBlocked,
goal: 600,
goal: 400,
async run(ctx) {
const entities = ctx.getHomeAssistantEntities();
const prevLights = entities.map((entity) => ({ id: entity.id, state: entity.state === 'on' ? 'on' : 'off' }));