Conversation
feixm1
marked this pull request as ready for review
September 15, 2026 14:27
djdevil
added a commit
that referenced
this pull request
Sep 18, 2026
Adds two community-requested options: - New 'wallpanel' clear_weather_style, tuned for wall-mounted tablets and larger displays. Bigger temp/condition/clock typography, focus on temperature + humidity, hides hi/lo and wind (PR #217 by @feixm1, manually applied on top of current main to preserve the v1.3.9.9.9 translations audit fixes). - New 'none' entry in the cycle_animation dropdown. Skips both the CSS transition AND the ~680ms JS delay per cycle. Instant swap. Ideal for low-powered wall panels or dense informational tickers (discussion #218 by @shashankmittal). Both options translated in all 12 languages. Closes #218 Co-Authored-By: feixm1 <86611716+feixm1@users.noreply.github.com>
Owner
|
🎉 Shipped in v1.3.9.9.10 — thank you @feixm1! Since our You are fully credited both ways:
Closing this PR since the changes are now in Thanks again for the clean contribution. 🙏 |
djdevil
added a commit
that referenced
this pull request
Sep 18, 2026
HACS's version parser (AwesomeVersion) does not consistently rank the 5-segment version 1.3.9.9.10 above 1.3.9.9.9 because the last segment "10" gets compared against "9" in a way that mis-sorts them. Bumping to standard 3-part SemVer 1.3.10 makes ordering unambiguous — 1.3.10 is clearly newer than any 1.3.9.x.y.z — and restores HACS "latest" detection. Same code content as the (deleted) v1.3.9.9.10 release: wallpanel weather style (#217, @feixm1) and none cycle animation (#218, @shashankmittal). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
djdevil
added a commit
that referenced
this pull request
Sep 19, 2026
HACS's version parser (AwesomeVersion) does not consistently rank the 5-segment version 1.3.9.9.10 above 1.3.9.9.9 because the last segment "10" gets compared against "9" in a way that mis-sorts them. Bumping to standard 3-part SemVer 1.3.10 makes ordering unambiguous — 1.3.10 is clearly newer than any 1.3.9.x.y.z — and restores HACS "latest" detection. Same code content as the (deleted) v1.3.9.9.10 release: wallpanel weather style (#217, @feixm1) and none cycle animation (#218, @shashankmittal).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Adds a new wallpanel weather badge style designed for wall-mounted tablets and larger dashboard displays.
The style keeps the existing default weather layout and availability-based rendering while improving readability at a distance.
Type of change
Related issue / discussion
None
Testing checklist
Screenshots (if visual change)