diff --git a/src/GreenHome.Infrastructure/AlertService.cs b/src/GreenHome.Infrastructure/AlertService.cs index 74184e1..7a963b1 100644 --- a/src/GreenHome.Infrastructure/AlertService.cs +++ b/src/GreenHome.Infrastructure/AlertService.cs @@ -85,7 +85,7 @@ public sealed class AlertService : IAlertService if (!conditions.Any()) { logger.LogDebug("No enabled alert conditions for device: DeviceId={DeviceId}", deviceId); - return null; + //return null; } // Determine if it's daytime or nighttime