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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.9.8] - 2026-07-15
Fixed
A per-platform sensor now correctly goes unavailable when only that platform's own feed
fetch fails during per-platform fallback, instead of silently reporting a count of 0
(indistinguishable from "no free games today"). Found by #23's adversarial re-review of
the entity-unavailable quality-scale rule.
The integration no longer logs a full traceback and a fallback warning on every failed
poll on top of Home Assistant's own once-per-outage/once-on-recovery coordinator logging —
both are now debug-level, eliminating redundant log spam during a sustained outage. Found
by #23's adversarial re-review of the log-when-unavailable quality-scale rule.