From de78b5224c1738cd062e310fa0a444dfc96b6a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Tue, 27 Jun 2023 11:24:09 +0200 Subject: [PATCH] feat(home-assistant): increase recorder.purge_keey_days to 60 --- services/home-assistant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/home-assistant/default.nix b/services/home-assistant/default.nix index dd9c6f2..7fc5426 100644 --- a/services/home-assistant/default.nix +++ b/services/home-assistant/default.nix @@ -60,6 +60,7 @@ in { "automation editor" = "!include automations.yaml"; "scene editor" = "!include scenes.yaml"; "script editor" = "!include scripts.yaml"; + recorder.purge_keep_days = 60; zha = { database_path = "/var/lib/hass/zigbee.db"; zigpy_config = { ota = { ikea_provider = true; }; };