goals were toooo smalls

This commit is contained in:
legop3
2026-04-18 19:42:12 -04:00
parent a4e4921931
commit cd70258a21
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ function startDarkness(ctx, effect) {
module.exports = {
id: 'darkness',
name: 'Darkness',
goal: 65,
goal: 650,
async run(ctx) {
const entities = ctx.getHomeAssistantEntities();
const prevLights = entities.map((entity) => ({ id: entity.id, state: entity.state === 'on' ? 'on' : 'off' }));