feat(home-assistant): increase recorder.purge_keey_days to 60

This commit is contained in:
Felix Schröter 2023-06-27 11:24:09 +02:00
parent a60ecbb85e
commit de78b5224c
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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; }; };