diff --git a/TeslaMateAgile/PriceHelper.cs b/TeslaMateAgile/PriceHelper.cs index b8585db..ff9f5a7 100644 --- a/TeslaMateAgile/PriceHelper.cs +++ b/TeslaMateAgile/PriceHelper.cs @@ -50,6 +50,7 @@ public async Task Update() if (!chargingProcesses.Any()) { _logger.LogInformation("No new charging processes"); + return; } foreach (var chargingProcess in chargingProcesses)