You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gauge Card: Fixed high needle hold duration not working for long periods (e.g., 86400 seconds for daily reset). The high needle state is now persisted to localStorage and uses timestamp-based tracking instead of setTimeout, ensuring it survives page reloads and works reliably for any duration length.
🛠️ Improvements
Issue #125: - Gauge Card: Added high_needle_entity option to control the high needle position with a separate entity, enabling direct comparison between two sensors (e.g., indoor vs outdoor temperature).