IoT : Increase the delay for calendar.

This commit is contained in:
Dmitry Voronin 2024-06-30 00:47:21 +03:00
parent b314f658c9
commit 118ed6afef
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -94,7 +94,7 @@ in {
services."home-assistant".wantedBy = mkForce [];
timers.fixsystemd = {
timerConfig = {
OnBootSec = 5;
OnBootSec = 15;
Unit = "home-assistant.service";
};
wantedBy = [ "timers.target" ];