Hi all,
This is a maintained fork of the well-known platinum weather card. The original hasn’t seen updates in a couple of years, and I’ve been extending it since — first with a charts section (temperature lines and precipitation bars under the daily forecast), and by now with quite a bit more. Figured it deserves its own topic instead of living on page 9 of the original card’s thread.
The headline feature of the latest release (v2.1.0) is one I haven’t seen built into a general-purpose weather card before:
Local weather forecast, computed from your own weather station. If you have pressure, wind direction and wind speed sensors, the card can generate a short forecast text entirely locally — no forecast provider, no internet. It implements the Zambretti forecaster, an algorithm from 1915 that reads barometric pressure, its trend, wind direction and season, and is surprisingly good at short-term forecasting (roughly 90% accuracy for the next 12 hours).
There are dedicated Zambretti integrations for HA that do this with their own companion cards — the difference here is that there’s nothing to install or configure beyond the card itself: it’s a toggle in the card editor, computed in the frontend from the sensors the card already knows about.
There’s a compact mode (“Fairly fine, showers likely”) and a verbose one (“Showers at first, then the weather will improve. The pressure is rising.”). Unit conversion, sea-level correction for absolute-pressure sensors, and smoothing for stations that report every few seconds are all handled. The 26 forecast texts are translated into the card’s 13 languages.
What else the fork adds over the original card:
- Charts section — temperature lines and precipitation bars under the forecast, with hover tooltips
- Barometric pressure trend indicator — a colored arrow (rising/steady/falling) next to the pressure value, driven by a derivative helper or any trend sensor
- Wind bearing as a rotating arrow instead of compass text (optional)
- Optional date next to the day name in the daily forecast
- Icon packs (Meteocons fill/line and others), fully translated editor, 13 UI languages
Installation is via HACS as a custom repository for now — the default-store PR is in the review queue. Setup docs and full changelog in the README.
One request: most non-English translations are machine-generated, and weather phrasing is exactly the kind of thing that sounds off to native speakers. If you can spare ten minutes for your language: Translations: native speakers wanted. A PR or just a comment with corrections — either works.
Questions and feedback welcome — this thread is the right place for support on the fork.

